Html Css Color HEX #CC014D Razzmatazz

📋 copy color: '#CC014D'

red 204 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #CC014D

Tints of Razzmatazz #CC014D

RGB

 RED value IS 204 (80.08% from 255) = 72.34%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 72.34%
G = 0.35%
B = 27.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC014D (or 0xCC014D) is known color: Razzmatazz. HEX triplet: CC, 01 and 4D. RGB value is (204,1,77). Sum of RGB (Red+Green+Blue) = 204+1+77=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC014D is #33FEB2. Grayscale: #464646. Windows color (decimal): -3407539 or 5046732. OLE color: 5046732.

HSL color Cylindrical-coordinate representation of color #CC014D: hue angle of 337.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC014D is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 77 -
CMYK 0 1.00 0.62 0.2
HSL 337.54º 0.99% 0.4% -
HSV(B) 337.54º 1% 0.8% -
XYZ 26.25 13.39 8.22 -
YUV 70.36 131.75 223.32 -
System Red Green Blue C M Y K H S L
Decimal 204 1 77 0 1.00 0.62 0.2 337.54 0.99 0.4
Hex CC 1 4D 0 64 3E 14 152 63 28
Octal 314 1 115 0 144 76 24 522 143 50
Binary 11001100 1 1001101 0 1100100 111110 10100 101010010 1100011 101000

Color Harmonies of #CC014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC014D

Black with #CC014D

Text Example


Text Example

White with #CC014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC014D; }

 p { color: rgb(204,1,77); }

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

background-color css

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

 a { background-color: rgb(204,1,77); }

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

border-color css

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

 span { border-color: rgb(204,1,77); }

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