Html Css Color HEX #C80455 Razzmatazz

📋 copy color: '#C80455'

red 200 ◦ green 4 ◦ blue 85

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

Shades of Razzmatazz #C80455

Tints of Razzmatazz #C80455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 69.2%
G = 1.38%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80455 (or 0xC80455) is known color: Razzmatazz. HEX triplet: C8, 04 and 55. RGB value is (200,4,85). Sum of RGB (Red+Green+Blue) = 200+4+85=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80455 is #37FBAA. Grayscale: #474747. Windows color (decimal): -3668907 or 5571784. OLE color: 5571784.

HSL color Cylindrical-coordinate representation of color #C80455: hue angle of 335.2º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80455 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 85 -
CMYK 0 0.98 0.58 0.22
HSL 335.2º 0.96% 0.4% -
HSV(B) 335.2º 0.98% 0.78% -
XYZ 25.5 13.02 9.76 -
YUV 71.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 200 4 85 0 0.98 0.58 0.22 335.2 0.96 0.4
Hex C8 4 55 0 62 3A 16 14F 60 28
Octal 310 4 125 0 142 72 26 517 140 50
Binary 11001000 100 1010101 0 1100010 111010 10110 101001111 1100000 101000

Color Harmonies of #C80455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80455

Black with #C80455

Text Example


Text Example

White with #C80455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80455; }

 p { color: rgb(200,4,85); }

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

background-color css

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

 a { background-color: rgb(200,4,85); }

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

border-color css

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

 span { border-color: rgb(200,4,85); }

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