Html Css Color HEX #C50055 Razzmatazz

📋 copy color: '#C50055'

red 197 ◦ green 0 ◦ blue 85

#C50055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #C50055

Tints of Razzmatazz #C50055

RGB

 RED value IS 197 (77.34% from 255) = 69.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 69.86%
G = 0%
B = 30.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C50055 (or 0xC50055) is known color: Razzmatazz. HEX triplet: C5, 00 and 55. RGB value is (197,0,85). Sum of RGB (Red+Green+Blue) = 197+0+85=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C50055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50055 is #3AFFAA. Grayscale: #444444. Windows color (decimal): -3866539 or 5570757. OLE color: 5570757.

HSL color Cylindrical-coordinate representation of color #C50055: hue angle of 334.11º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50055 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 85 -
CMYK 0 1 0.57 0.23
HSL 334.11º 1% 0.39% -
HSV(B) 334.11º 1% 0.77% -
XYZ 24.67 12.53 9.71 -
YUV 68.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 197 0 85 0 1 0.57 0.23 334.11 1 0.39
Hex C5 0 55 0 64 39 17 14E 64 27
Octal 305 0 125 0 144 71 27 516 144 47
Binary 11000101 0 1010101 0 1100100 111001 10111 101001110 1100100 100111

Color Harmonies of #C50055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50055

Black with #C50055

Text Example


Text Example

White with #C50055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50055; }

 p { color: rgb(197,0,85); }

 H1.HeaderClassName
 {
   color: #C50055;
 }
 .AnyTagClassName
 {
   color: #C50055;
 }
</style>

background-color css

<style>
 a { background-color: #C50055; }

 a { background-color: rgb(197,0,85); }

 div.DivClassName
 {
   background-color: #C50055;
 }
 .BgClassName
 {
   background-color: #C50055;
 }
</style>

border-color css

<style>
 span { border-color: #C50055; }

 span { border-color: rgb(197,0,85); }

 td.TdClassName
 {
   border-color: #C50055;
 }
 .TagClassName
 {
   border-color: #C50055;
 }
</style>