Html Css Color HEX #CC025C Razzmatazz

📋 copy color: '#CC025C'

red 204 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #CC025C

Tints of Razzmatazz #CC025C

RGB

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

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

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

R = 68.46%
G = 0.67%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC025C (or 0xCC025C) is known color: Razzmatazz. HEX triplet: CC, 02 and 5C. RGB value is (204,2,92). Sum of RGB (Red+Green+Blue) = 204+2+92=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC025C is #33FDA3. Grayscale: #484848. Windows color (decimal): -3407268 or 6030028. OLE color: 6030028.

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

Color convert

RGB 204 2 92 -
CMYK 0 0.99 0.55 0.2
HSL 333.27º 0.98% 0.4% -
HSV(B) 333.27º 0.99% 0.8% -
XYZ 26.86 13.65 11.35 -
YUV 72.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 204 2 92 0 0.99 0.55 0.2 333.27 0.98 0.4
Hex CC 2 5C 0 63 37 14 14D 62 28
Octal 314 2 134 0 143 67 24 515 142 50
Binary 11001100 10 1011100 0 1100011 110111 10100 101001101 1100010 101000

Color Harmonies of #CC025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC025C

Black with #CC025C

Text Example


Text Example

White with #CC025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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