Html Css Color HEX #C80155 Razzmatazz

📋 copy color: '#C80155'

red 200 ◦ green 1 ◦ blue 85

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

Shades of Razzmatazz #C80155

Tints of Razzmatazz #C80155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 69.93%
G = 0.35%
B = 29.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80155 (or 0xC80155) is known color: Razzmatazz. HEX triplet: C8, 01 and 55. RGB value is (200,1,85). Sum of RGB (Red+Green+Blue) = 200+1+85=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C80155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80155 is #37FEAA. Grayscale: #454545. Windows color (decimal): -3669675 or 5571016. OLE color: 5571016.

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

Color convert

RGB 200 1 85 -
CMYK 0 1.00 0.58 0.22
HSL 334.67º 0.99% 0.39% -
HSV(B) 334.67º 1% 0.78% -
XYZ 25.47 12.96 9.75 -
YUV 70.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 200 1 85 0 1.00 0.58 0.22 334.67 0.99 0.39
Hex C8 1 55 0 64 3A 16 14F 63 27
Octal 310 1 125 0 144 72 26 517 143 47
Binary 11001000 1 1010101 0 1100100 111010 10110 101001111 1100011 100111

Color Harmonies of #C80155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80155

Black with #C80155

Text Example


Text Example

White with #C80155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80155; }

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

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

background-color css

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

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

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

border-color css

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

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

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