Html Css Color HEX #CC297A Deep Cerise

📋 copy color: '#CC297A'

red 204 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #CC297A

Tints of Deep Cerise #CC297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 55.59%
G = 11.17%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC297A (or 0xCC297A) is known color: Deep Cerise. HEX triplet: CC, 29 and 7A. RGB value is (204,41,122). Sum of RGB (Red+Green+Blue) = 204+41+122=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297A is #33D685. Grayscale: #626262. Windows color (decimal): -3397254 or 8006092. OLE color: 8006092.

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

Color convert

RGB 204 41 122 -
CMYK 0 0.80 0.40 0.2
HSL 330.18º 0.67% 0.48% -
HSV(B) 330.18º 0.8% 0.8% -
XYZ 29.21 15.83 19.93 -
YUV 98.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 204 41 122 0 0.80 0.40 0.2 330.18 0.67 0.48
Hex CC 29 7A 0 50 28 14 14A 43 30
Octal 314 51 172 0 120 50 24 512 103 60
Binary 11001100 101001 1111010 0 1010000 101000 10100 101001010 1000011 110000

Color Harmonies of #CC297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC297A

Black with #CC297A

Text Example


Text Example

White with #CC297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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