Html Css Color HEX #C8004A Razzmatazz

📋 copy color: '#C8004A'

red 200 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #C8004A

Tints of Razzmatazz #C8004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 72.99%
G = 0%
B = 27.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8004A (or 0xC8004A) is known color: Razzmatazz. HEX triplet: C8, 00 and 4A. RGB value is (200,0,74). Sum of RGB (Red+Green+Blue) = 200+0+74=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C8004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8004A is #37FFB5. Grayscale: #444444. Windows color (decimal): -3669942 or 4849864. OLE color: 4849864.

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

Color convert

RGB 200 0 74 -
CMYK 0 1 0.63 0.22
HSL 337.8º 1% 0.39% -
HSV(B) 337.8º 1% 0.78% -
XYZ 25.06 12.77 7.62 -
YUV 68.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 200 0 74 0 1 0.63 0.22 337.8 1 0.39
Hex C8 0 4A 0 64 3F 16 152 64 27
Octal 310 0 112 0 144 77 26 522 144 47
Binary 11001000 0 1001010 0 1100100 111111 10110 101010010 1100100 100111

Color Harmonies of #C8004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8004A

Black with #C8004A

Text Example


Text Example

White with #C8004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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