Html Css Color HEX #C80357 Razzmatazz

📋 copy color: '#C80357'

red 200 ◦ green 3 ◦ blue 87

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

Shades of Razzmatazz #C80357

Tints of Razzmatazz #C80357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 87 (34.38% from 255) = 30%

R = 68.97%
G = 1.03%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C80357 (or 0xC80357) is known color: Razzmatazz. HEX triplet: C8, 03 and 57. RGB value is (200,3,87). Sum of RGB (Red+Green+Blue) = 200+3+87=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C80357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80357 is #37FCA8. Grayscale: #474747. Windows color (decimal): -3669161 or 5702600. OLE color: 5702600.

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

Color convert

RGB 200 3 87 -
CMYK 0 0.98 0.56 0.22
HSL 334.42º 0.97% 0.4% -
HSV(B) 334.42º 0.99% 0.78% -
XYZ 25.57 13.03 10.18 -
YUV 71.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 200 3 87 0 0.98 0.56 0.22 334.42 0.97 0.4
Hex C8 3 57 0 62 38 16 14E 61 28
Octal 310 3 127 0 142 70 26 516 141 50
Binary 11001000 11 1010111 0 1100010 111000 10110 101001110 1100001 101000

Color Harmonies of #C80357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80357

Black with #C80357

Text Example


Text Example

White with #C80357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80357; }

 p { color: rgb(200,3,87); }

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

background-color css

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

 a { background-color: rgb(200,3,87); }

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

border-color css

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

 span { border-color: rgb(200,3,87); }

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