Html Css Color HEX #CC2C7A Deep Cerise

📋 copy color: '#CC2C7A'

red 204 ◦ green 44 ◦ blue 122

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

Shades of Deep Cerise #CC2C7A

Tints of Deep Cerise #CC2C7A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 55.14%
G = 11.89%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC2C7A (or 0xCC2C7A) is known color: Deep Cerise. HEX triplet: CC, 2C and 7A. RGB value is (204,44,122). Sum of RGB (Red+Green+Blue) = 204+44+122=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C7A is #33D385. Grayscale: #646464. Windows color (decimal): -3396486 or 8006860. OLE color: 8006860.

HSL color Cylindrical-coordinate representation of color #CC2C7A: hue angle of 330.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C7A is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 122 -
CMYK 0 0.78 0.40 0.2
HSL 330.75º 0.65% 0.49% -
HSV(B) 330.75º 0.78% 0.8% -
XYZ 29.32 16.04 19.96 -
YUV 100.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 204 44 122 0 0.78 0.40 0.2 330.75 0.65 0.49
Hex CC 2C 7A 0 4E 28 14 14B 41 31
Octal 314 54 172 0 116 50 24 513 101 61
Binary 11001100 101100 1111010 0 1001110 101000 10100 101001011 1000001 110001

Color Harmonies of #CC2C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C7A

Black with #CC2C7A

Text Example


Text Example

White with #CC2C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C7A; }

 p { color: rgb(204,44,122); }

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

background-color css

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

 a { background-color: rgb(204,44,122); }

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

border-color css

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

 span { border-color: rgb(204,44,122); }

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