Html Css Color HEX #CC025E Razzmatazz

📋 copy color: '#CC025E'

red 204 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #CC025E

Tints of Razzmatazz #CC025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 68%
G = 0.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC025E (or 0xCC025E) is known color: Razzmatazz. HEX triplet: CC, 02 and 5E. RGB value is (204,2,94). Sum of RGB (Red+Green+Blue) = 204+2+94=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC025E is #33FDA1. Grayscale: #484848. Windows color (decimal): -3407266 or 6161100. OLE color: 6161100.

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

Color convert

RGB 204 2 94 -
CMYK 0 0.99 0.54 0.2
HSL 332.67º 0.98% 0.4% -
HSV(B) 332.67º 0.99% 0.8% -
XYZ 26.94 13.69 11.81 -
YUV 72.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 204 2 94 0 0.99 0.54 0.2 332.67 0.98 0.4
Hex CC 2 5E 0 63 36 14 14D 62 28
Octal 314 2 136 0 143 66 24 515 142 50
Binary 11001100 10 1011110 0 1100011 110110 10100 101001101 1100010 101000

Color Harmonies of #CC025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC025E

Black with #CC025E

Text Example


Text Example

White with #CC025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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