Html Css Color HEX #CC298B Deep Cerise

📋 copy color: '#CC298B'

red 204 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #CC298B

Tints of Deep Cerise #CC298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 53.13%
G = 10.68%
B = 36.2%

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

#CC298B (or 0xCC298B) is known color: Deep Cerise. HEX triplet: CC, 29 and 8B. RGB value is (204,41,139). Sum of RGB (Red+Green+Blue) = 204+41+139=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC298B is #33D674. Grayscale: #646464. Windows color (decimal): -3397237 or 9120204. OLE color: 9120204.

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

Color convert

RGB 204 41 139 -
CMYK 0 0.80 0.32 0.2
HSL 323.93º 0.67% 0.48% -
HSV(B) 323.93º 0.8% 0.8% -
XYZ 30.35 16.29 25.97 -
YUV 100.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 204 41 139 0 0.80 0.32 0.2 323.93 0.67 0.48
Hex CC 29 8B 0 50 20 14 144 43 30
Octal 314 51 213 0 120 40 24 504 103 60
Binary 11001100 101001 10001011 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CC298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC298B

Black with #CC298B

Text Example


Text Example

White with #CC298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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