Html Css Color HEX #CD3299 Deep Cerise

📋 copy color: '#CD3299'

red 205 ◦ green 50 ◦ blue 153

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

Shades of Deep Cerise #CD3299

Tints of Deep Cerise #CD3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.25%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 50.25%
G = 12.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD3299 (or 0xCD3299) is known color: Deep Cerise. HEX triplet: CD, 32 and 99. RGB value is (205,50,153). Sum of RGB (Red+Green+Blue) = 205+50+153=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3299 is #32CD66. Grayscale: #6B6B6B. Windows color (decimal): -3329383 or 10040013. OLE color: 10040013.

HSL color Cylindrical-coordinate representation of color #CD3299: hue angle of 320.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3299 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 50 153 -
CMYK 0 0.76 0.25 0.20
HSL 320.13º 0.61% 0.5% -
HSV(B) 320.13º 0.76% 0.8% -
XYZ 32.07 17.56 31.84 -
YUV 108.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 205 50 153 0 0.76 0.25 0.20 320.13 0.61 0.5
Hex CD 32 99 0 4C 19 14 140 3D 32
Octal 315 62 231 0 114 31 24 500 75 62
Binary 11001101 110010 10011001 0 1001100 11001 10100 101000000 111101 110010

Color Harmonies of #CD3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3299

Black with #CD3299

Text Example


Text Example

White with #CD3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3299; }

 p { color: rgb(205,50,153); }

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

background-color css

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

 a { background-color: rgb(205,50,153); }

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

border-color css

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

 span { border-color: rgb(205,50,153); }

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