Html Css Color HEX #CD318B Deep Cerise

📋 copy color: '#CD318B'

red 205 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #CD318B

Tints of Deep Cerise #CD318B

RGB

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

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

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

R = 52.16%
G = 12.47%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD318B (or 0xCD318B) is known color: Deep Cerise. HEX triplet: CD, 31 and 8B. RGB value is (205,49,139). Sum of RGB (Red+Green+Blue) = 205+49+139=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD318B is #32CE74. Grayscale: #696969. Windows color (decimal): -3329653 or 9122253. OLE color: 9122253.

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

Color convert

RGB 205 49 139 -
CMYK 0 0.76 0.32 0.20
HSL 325.38º 0.61% 0.5% -
HSV(B) 325.38º 0.76% 0.8% -
XYZ 30.94 17.04 26.08 -
YUV 105.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 205 49 139 0 0.76 0.32 0.20 325.38 0.61 0.5
Hex CD 31 8B 0 4C 20 14 145 3D 32
Octal 315 61 213 0 114 40 24 505 75 62
Binary 11001101 110001 10001011 0 1001100 100000 10100 101000101 111101 110010

Color Harmonies of #CD318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD318B

Black with #CD318B

Text Example


Text Example

White with #CD318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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