Html Css Color HEX #CC025D Razzmatazz

📋 copy color: '#CC025D'

red 204 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #CC025D

Tints of Razzmatazz #CC025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 68.23%
G = 0.67%
B = 31.1%

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

#CC025D (or 0xCC025D) is known color: Razzmatazz. HEX triplet: CC, 02 and 5D. RGB value is (204,2,93). Sum of RGB (Red+Green+Blue) = 204+2+93=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC025D is #33FDA2. Grayscale: #484848. Windows color (decimal): -3407267 or 6095564. OLE color: 6095564.

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

Color convert

RGB 204 2 93 -
CMYK 0 0.99 0.54 0.2
HSL 332.97º 0.98% 0.4% -
HSV(B) 332.97º 0.99% 0.8% -
XYZ 26.9 13.67 11.58 -
YUV 72.77 139.42 221.6 -
System Red Green Blue C M Y K H S L
Decimal 204 2 93 0 0.99 0.54 0.2 332.97 0.98 0.4
Hex CC 2 5D 0 63 36 14 14D 62 28
Octal 314 2 135 0 143 66 24 515 142 50
Binary 11001100 10 1011101 0 1100011 110110 10100 101001101 1100010 101000

Color Harmonies of #CC025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC025D

Black with #CC025D

Text Example


Text Example

White with #CC025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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