Html Css Color HEX #C80359 Razzmatazz

📋 copy color: '#C80359'

red 200 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #C80359

Tints of Razzmatazz #C80359

RGB

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

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

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

R = 68.49%
G = 1.03%
B = 30.48%

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

#C80359 (or 0xC80359) is known color: Razzmatazz. HEX triplet: C8, 03 and 59. RGB value is (200,3,89). Sum of RGB (Red+Green+Blue) = 200+3+89=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C80359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80359 is #37FCA6. Grayscale: #474747. Windows color (decimal): -3669159 or 5833672. OLE color: 5833672.

HSL color Cylindrical-coordinate representation of color #C80359: hue angle of 333.81º 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 #C80359 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 89 -
CMYK 0 0.98 0.56 0.22
HSL 333.81º 0.97% 0.4% -
HSV(B) 333.81º 0.99% 0.78% -
XYZ 25.66 13.07 10.62 -
YUV 71.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 200 3 89 0 0.98 0.56 0.22 333.81 0.97 0.4
Hex C8 3 59 0 62 38 16 14E 61 28
Octal 310 3 131 0 142 70 26 516 141 50
Binary 11001000 11 1011001 0 1100010 111000 10110 101001110 1100001 101000

Color Harmonies of #C80359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80359

Black with #C80359

Text Example


Text Example

White with #C80359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80359; }

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

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

background-color css

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

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

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

border-color css

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

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

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