Html Css Color HEX #CC015E Razzmatazz

📋 copy color: '#CC015E'

red 204 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #CC015E

Tints of Razzmatazz #CC015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 68.23%
G = 0.33%
B = 31.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC015E (or 0xCC015E) is known color: Razzmatazz. HEX triplet: CC, 01 and 5E. RGB value is (204,1,94). Sum of RGB (Red+Green+Blue) = 204+1+94=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC015E is #33FEA1. Grayscale: #484848. Windows color (decimal): -3407522 or 6160844. OLE color: 6160844.

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

Color convert

RGB 204 1 94 -
CMYK 0 1.00 0.54 0.2
HSL 332.51º 0.99% 0.4% -
HSV(B) 332.51º 1% 0.8% -
XYZ 26.93 13.67 11.81 -
YUV 72.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 204 1 94 0 1.00 0.54 0.2 332.51 0.99 0.4
Hex CC 1 5E 0 64 36 14 14D 63 28
Octal 314 1 136 0 144 66 24 515 143 50
Binary 11001100 1 1011110 0 1100100 110110 10100 101001101 1100011 101000

Color Harmonies of #CC015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC015E

Black with #CC015E

Text Example


Text Example

White with #CC015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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