Html Css Color HEX #CC0061 Razzmatazz

📋 copy color: '#CC0061'

red 204 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #CC0061

Tints of Razzmatazz #CC0061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 67.77%
G = 0%
B = 32.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC0061 (or 0xCC0061) is known color: Razzmatazz. HEX triplet: CC, 00 and 61. RGB value is (204,0,97). Sum of RGB (Red+Green+Blue) = 204+0+97=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0061 is #33FF9E. Grayscale: #474747. Windows color (decimal): -3407775 or 6357196. OLE color: 6357196.

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

Color convert

RGB 204 0 97 -
CMYK 0 1 0.52 0.2
HSL 331.47º 1% 0.4% -
HSV(B) 331.47º 1% 0.8% -
XYZ 27.06 13.7 12.53 -
YUV 72.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 204 0 97 0 1 0.52 0.2 331.47 1 0.4
Hex CC 0 61 0 64 34 14 14B 64 28
Octal 314 0 141 0 144 64 24 513 144 50
Binary 11001100 0 1100001 0 1100100 110100 10100 101001011 1100100 101000

Color Harmonies of #CC0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0061

Black with #CC0061

Text Example


Text Example

White with #CC0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0061; }

 p { color: rgb(204,0,97); }

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

background-color css

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

 a { background-color: rgb(204,0,97); }

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

border-color css

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

 span { border-color: rgb(204,0,97); }

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