Html Css Color HEX #C8004C Razzmatazz

📋 copy color: '#C8004C'

red 200 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #C8004C

Tints of Razzmatazz #C8004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 72.46%
G = 0%
B = 27.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8004C (or 0xC8004C) is known color: Razzmatazz. HEX triplet: C8, 00 and 4C. RGB value is (200,0,76). Sum of RGB (Red+Green+Blue) = 200+0+76=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8004C is #37FFB3. Grayscale: #444444. Windows color (decimal): -3669940 or 4980936. OLE color: 4980936.

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

Color convert

RGB 200 0 76 -
CMYK 0 1 0.62 0.22
HSL 337.2º 1% 0.39% -
HSV(B) 337.2º 1% 0.78% -
XYZ 25.12 12.8 7.98 -
YUV 68.46 132.26 221.82 -
System Red Green Blue C M Y K H S L
Decimal 200 0 76 0 1 0.62 0.22 337.2 1 0.39
Hex C8 0 4C 0 64 3E 16 151 64 27
Octal 310 0 114 0 144 76 26 521 144 47
Binary 11001000 0 1001100 0 1100100 111110 10110 101010001 1100100 100111

Color Harmonies of #C8004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8004C

Black with #C8004C

Text Example


Text Example

White with #C8004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8004C; }

 p { color: rgb(200,0,76); }

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

background-color css

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

 a { background-color: rgb(200,0,76); }

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

border-color css

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

 span { border-color: rgb(200,0,76); }

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