Html Css Color HEX #CD299C Deep Cerise

📋 copy color: '#CD299C'

red 205 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #CD299C

Tints of Deep Cerise #CD299C

RGB

 RED value IS 205 (80.47% from 255) = 51%

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 51%
G = 10.2%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD299C (or 0xCD299C) is known color: Deep Cerise. HEX triplet: CD, 29 and 9C. RGB value is (205,41,156). Sum of RGB (Red+Green+Blue) = 205+41+156=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD299C is #32D663. Grayscale: #666666. Windows color (decimal): -3331684 or 10234317. OLE color: 10234317.

HSL color Cylindrical-coordinate representation of color #CD299C: hue angle of 317.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 #CD299C is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 41 156 -
CMYK 0 0.8 0.24 0.20
HSL 317.93º 0.67% 0.48% -
HSV(B) 317.93º 0.8% 0.8% -
XYZ 31.97 16.97 33.04 -
YUV 103.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 205 41 156 0 0.8 0.24 0.20 317.93 0.67 0.48
Hex CD 29 9C 0 50 18 14 13E 43 30
Octal 315 51 234 0 120 30 24 476 103 60
Binary 11001101 101001 10011100 0 1010000 11000 10100 100111110 1000011 110000

Color Harmonies of #CD299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD299C

Black with #CD299C

Text Example


Text Example

White with #CD299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD299C; }

 p { color: rgb(205,41,156); }

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

background-color css

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

 a { background-color: rgb(205,41,156); }

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

border-color css

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

 span { border-color: rgb(205,41,156); }

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