Html Css Color HEX #CD308D Deep Cerise

📋 copy color: '#CD308D'

red 205 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #CD308D

Tints of Deep Cerise #CD308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.18%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 52.03%
G = 12.18%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD308D (or 0xCD308D) is known color: Deep Cerise. HEX triplet: CD, 30 and 8D. RGB value is (205,48,141). Sum of RGB (Red+Green+Blue) = 205+48+141=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD308D is #32CF72. Grayscale: #696969. Windows color (decimal): -3329907 or 9253069. OLE color: 9253069.

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

Color convert

RGB 205 48 141 -
CMYK 0 0.77 0.31 0.20
HSL 324.46º 0.62% 0.5% -
HSV(B) 324.46º 0.77% 0.8% -
XYZ 31.04 17.02 26.85 -
YUV 105.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 205 48 141 0 0.77 0.31 0.20 324.46 0.62 0.5
Hex CD 30 8D 0 4D 1F 14 144 3E 32
Octal 315 60 215 0 115 37 24 504 76 62
Binary 11001101 110000 10001101 0 1001101 11111 10100 101000100 111110 110010

Color Harmonies of #CD308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD308D

Black with #CD308D

Text Example


Text Example

White with #CD308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD308D; }

 p { color: rgb(205,48,141); }

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

background-color css

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

 a { background-color: rgb(205,48,141); }

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

border-color css

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

 span { border-color: rgb(205,48,141); }

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