Html Css Color HEX #C80059 Razzmatazz

📋 copy color: '#C80059'

red 200 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #C80059

Tints of Razzmatazz #C80059

RGB

 RED value IS 200 (78.52% from 255) = 69.2%

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

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 69.2%
G = 0%
B = 30.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80059 (or 0xC80059) is known color: Razzmatazz. HEX triplet: C8, 00 and 59. RGB value is (200,0,89). Sum of RGB (Red+Green+Blue) = 200+0+89=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80059 is #37FFA6. Grayscale: #454545. Windows color (decimal): -3669927 or 5832904. OLE color: 5832904.

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

Color convert

RGB 200 0 89 -
CMYK 0 1 0.56 0.22
HSL 333.3º 1% 0.39% -
HSV(B) 333.3º 1% 0.78% -
XYZ 25.62 13 10.61 -
YUV 69.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 200 0 89 0 1 0.56 0.22 333.3 1 0.39
Hex C8 0 59 0 64 38 16 14D 64 27
Octal 310 0 131 0 144 70 26 515 144 47
Binary 11001000 0 1011001 0 1100100 111000 10110 101001101 1100100 100111

Color Harmonies of #C80059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80059

Black with #C80059

Text Example


Text Example

White with #C80059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80059; }

 p { color: rgb(200,0,89); }

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

background-color css

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

 a { background-color: rgb(200,0,89); }

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

border-color css

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

 span { border-color: rgb(200,0,89); }

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