Html Css Color HEX #CC014A Razzmatazz

📋 copy color: '#CC014A'

red 204 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #CC014A

Tints of Razzmatazz #CC014A

RGB

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

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

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

R = 73.12%
G = 0.36%
B = 26.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC014A (or 0xCC014A) is known color: Razzmatazz. HEX triplet: CC, 01 and 4A. RGB value is (204,1,74). Sum of RGB (Red+Green+Blue) = 204+1+74=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC014A is #33FEB5. Grayscale: #454545. Windows color (decimal): -3407542 or 4850124. OLE color: 4850124.

HSL color Cylindrical-coordinate representation of color #CC014A: hue angle of 338.42º 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 #CC014A is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 74 -
CMYK 0 1.00 0.64 0.2
HSL 338.42º 0.99% 0.4% -
HSV(B) 338.42º 1% 0.8% -
XYZ 26.15 13.35 7.68 -
YUV 70.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 204 1 74 0 1.00 0.64 0.2 338.42 0.99 0.4
Hex CC 1 4A 0 64 40 14 152 63 28
Octal 314 1 112 0 144 100 24 522 143 50
Binary 11001100 1 1001010 0 1100100 1000000 10100 101010010 1100011 101000

Color Harmonies of #CC014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC014A

Black with #CC014A

Text Example


Text Example

White with #CC014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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