Html Css Color HEX #CD319D Deep Cerise

📋 copy color: '#CD319D'

red 205 ◦ green 49 ◦ blue 157

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

Shades of Deep Cerise #CD319D

Tints of Deep Cerise #CD319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

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

R = 49.88%
G = 11.92%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD319D (or 0xCD319D) is known color: Deep Cerise. HEX triplet: CD, 31 and 9D. RGB value is (205,49,157). Sum of RGB (Red+Green+Blue) = 205+49+157=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD319D is #32CE62. Grayscale: #6B6B6B. Windows color (decimal): -3329635 or 10301901. OLE color: 10301901.

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

Color convert

RGB 205 49 157 -
CMYK 0 0.76 0.23 0.20
HSL 318.46º 0.61% 0.5% -
HSV(B) 318.46º 0.76% 0.8% -
XYZ 32.36 17.61 33.59 -
YUV 107.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 205 49 157 0 0.76 0.23 0.20 318.46 0.61 0.5
Hex CD 31 9D 0 4C 17 14 13E 3D 32
Octal 315 61 235 0 114 27 24 476 75 62
Binary 11001101 110001 10011101 0 1001100 10111 10100 100111110 111101 110010

Color Harmonies of #CD319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD319D

Black with #CD319D

Text Example


Text Example

White with #CD319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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