Html Css Color HEX #CC015A Razzmatazz

📋 copy color: '#CC015A'

red 204 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #CC015A

Tints of Razzmatazz #CC015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 69.15%
G = 0.34%
B = 30.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC015A (or 0xCC015A) is known color: Razzmatazz. HEX triplet: CC, 01 and 5A. RGB value is (204,1,90). Sum of RGB (Red+Green+Blue) = 204+1+90=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC015A is #33FEA5. Grayscale: #474747. Windows color (decimal): -3407526 or 5898700. OLE color: 5898700.

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

Color convert

RGB 204 1 90 -
CMYK 0 1.00 0.56 0.2
HSL 333.69º 0.99% 0.4% -
HSV(B) 333.69º 1% 0.8% -
XYZ 26.76 13.6 10.89 -
YUV 71.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 204 1 90 0 1.00 0.56 0.2 333.69 0.99 0.4
Hex CC 1 5A 0 64 38 14 14E 63 28
Octal 314 1 132 0 144 70 24 516 143 50
Binary 11001100 1 1011010 0 1100100 111000 10100 101001110 1100011 101000

Color Harmonies of #CC015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC015A

Black with #CC015A

Text Example


Text Example

White with #CC015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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