Html Css Color HEX #C80450 Razzmatazz

📋 copy color: '#C80450'

red 200 ◦ green 4 ◦ blue 80

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

Shades of Razzmatazz #C80450

Tints of Razzmatazz #C80450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 70.42%
G = 1.41%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C80450 (or 0xC80450) is known color: Razzmatazz. HEX triplet: C8, 04 and 50. RGB value is (200,4,80). Sum of RGB (Red+Green+Blue) = 200+4+80=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C80450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80450 is #37FBAF. Grayscale: #474747. Windows color (decimal): -3668912 or 5244104. OLE color: 5244104.

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

Color convert

RGB 200 4 80 -
CMYK 0 0.98 0.6 0.22
HSL 336.73º 0.96% 0.4% -
HSV(B) 336.73º 0.98% 0.78% -
XYZ 25.31 12.95 8.75 -
YUV 71.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 200 4 80 0 0.98 0.6 0.22 336.73 0.96 0.4
Hex C8 4 50 0 62 3C 16 151 60 28
Octal 310 4 120 0 142 74 26 521 140 50
Binary 11001000 100 1010000 0 1100010 111100 10110 101010001 1100000 101000

Color Harmonies of #C80450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80450

Black with #C80450

Text Example


Text Example

White with #C80450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80450; }

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

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

background-color css

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

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

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

border-color css

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

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

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