Html Css Color HEX #CC298A Deep Cerise

📋 copy color: '#CC298A'

red 204 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #CC298A

Tints of Deep Cerise #CC298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 53.26%
G = 10.7%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC298A (or 0xCC298A) is known color: Deep Cerise. HEX triplet: CC, 29 and 8A. RGB value is (204,41,138). Sum of RGB (Red+Green+Blue) = 204+41+138=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC298A is #33D675. Grayscale: #646464. Windows color (decimal): -3397238 or 9054668. OLE color: 9054668.

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

Color convert

RGB 204 41 138 -
CMYK 0 0.80 0.32 0.2
HSL 324.29º 0.67% 0.48% -
HSV(B) 324.29º 0.8% 0.8% -
XYZ 30.28 16.26 25.59 -
YUV 100.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 204 41 138 0 0.80 0.32 0.2 324.29 0.67 0.48
Hex CC 29 8A 0 50 20 14 144 43 30
Octal 314 51 212 0 120 40 24 504 103 60
Binary 11001100 101001 10001010 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CC298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC298A

Black with #CC298A

Text Example


Text Example

White with #CC298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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