Html Css Color HEX #CC015C Razzmatazz

📋 copy color: '#CC015C'

red 204 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #CC015C

Tints of Razzmatazz #CC015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 68.69%
G = 0.34%
B = 30.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC015C (or 0xCC015C) is known color: Razzmatazz. HEX triplet: CC, 01 and 5C. RGB value is (204,1,92). Sum of RGB (Red+Green+Blue) = 204+1+92=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC015C is #33FEA3. Grayscale: #474747. Windows color (decimal): -3407524 or 6029772. OLE color: 6029772.

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

Color convert

RGB 204 1 92 -
CMYK 0 1.00 0.55 0.2
HSL 333.1º 0.99% 0.4% -
HSV(B) 333.1º 1% 0.8% -
XYZ 26.84 13.63 11.34 -
YUV 72.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 204 1 92 0 1.00 0.55 0.2 333.1 0.99 0.4
Hex CC 1 5C 0 64 37 14 14D 63 28
Octal 314 1 134 0 144 67 24 515 143 50
Binary 11001100 1 1011100 0 1100100 110111 10100 101001101 1100011 101000

Color Harmonies of #CC015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC015C

Black with #CC015C

Text Example


Text Example

White with #CC015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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