Html Css Color HEX #CC296E Cerise

📋 copy color: '#CC296E'

red 204 ◦ green 41 ◦ blue 110

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

Shades of Cerise #CC296E

Tints of Cerise #CC296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 57.46%
G = 11.55%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC296E (or 0xCC296E) is known color: Cerise. HEX triplet: CC, 29 and 6E. RGB value is (204,41,110). Sum of RGB (Red+Green+Blue) = 204+41+110=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC296E is #33D691. Grayscale: #616161. Windows color (decimal): -3397266 or 7219660. OLE color: 7219660.

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

Color convert

RGB 204 41 110 -
CMYK 0 0.80 0.46 0.2
HSL 334.6º 0.67% 0.48% -
HSV(B) 334.6º 0.8% 0.8% -
XYZ 28.51 15.55 16.25 -
YUV 97.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 204 41 110 0 0.80 0.46 0.2 334.6 0.67 0.48
Hex CC 29 6E 0 50 2E 14 14F 43 30
Octal 314 51 156 0 120 56 24 517 103 60
Binary 11001100 101001 1101110 0 1010000 101110 10100 101001111 1000011 110000

Color Harmonies of #CC296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC296E

Black with #CC296E

Text Example


Text Example

White with #CC296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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