Html Css Color HEX #CC014B Razzmatazz

📋 copy color: '#CC014B'

red 204 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #CC014B

Tints of Razzmatazz #CC014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 72.86%
G = 0.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC014B (or 0xCC014B) is known color: Razzmatazz. HEX triplet: CC, 01 and 4B. RGB value is (204,1,75). Sum of RGB (Red+Green+Blue) = 204+1+75=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC014B is #33FEB4. Grayscale: #464646. Windows color (decimal): -3407541 or 4915660. OLE color: 4915660.

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

Color convert

RGB 204 1 75 -
CMYK 0 1.00 0.63 0.2
HSL 338.13º 0.99% 0.4% -
HSV(B) 338.13º 1% 0.8% -
XYZ 26.18 13.37 7.86 -
YUV 70.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 204 1 75 0 1.00 0.63 0.2 338.13 0.99 0.4
Hex CC 1 4B 0 64 3F 14 152 63 28
Octal 314 1 113 0 144 77 24 522 143 50
Binary 11001100 1 1001011 0 1100100 111111 10100 101010010 1100011 101000

Color Harmonies of #CC014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC014B

Black with #CC014B

Text Example


Text Example

White with #CC014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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