Html Css Color HEX #CD299D Deep Cerise

📋 copy color: '#CD299D'

red 205 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #CD299D

Tints of Deep Cerise #CD299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 50.87%
G = 10.17%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD299D (or 0xCD299D) is known color: Deep Cerise. HEX triplet: CD, 29 and 9D. RGB value is (205,41,157). Sum of RGB (Red+Green+Blue) = 205+41+157=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD299D is #32D662. Grayscale: #666666. Windows color (decimal): -3331683 or 10299853. OLE color: 10299853.

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

Color convert

RGB 205 41 157 -
CMYK 0 0.8 0.23 0.20
HSL 317.56º 0.67% 0.48% -
HSV(B) 317.56º 0.8% 0.8% -
XYZ 32.06 17 33.49 -
YUV 103.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 205 41 157 0 0.8 0.23 0.20 317.56 0.67 0.48
Hex CD 29 9D 0 50 17 14 13E 43 30
Octal 315 51 235 0 120 27 24 476 103 60
Binary 11001101 101001 10011101 0 1010000 10111 10100 100111110 1000011 110000

Color Harmonies of #CD299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD299D

Black with #CD299D

Text Example


Text Example

White with #CD299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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