Html Css Color HEX #CD358B Deep Cerise

📋 copy color: '#CD358B'

red 205 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #CD358B

Tints of Deep Cerise #CD358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

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

R = 51.64%
G = 13.35%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD358B (or 0xCD358B) is known color: Deep Cerise. HEX triplet: CD, 35 and 8B. RGB value is (205,53,139). Sum of RGB (Red+Green+Blue) = 205+53+139=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD358B is #32CA74. Grayscale: #6C6C6C. Windows color (decimal): -3328629 or 9123277. OLE color: 9123277.

HSL color Cylindrical-coordinate representation of color #CD358B: hue angle of 326.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD358B is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 139 -
CMYK 0 0.74 0.32 0.20
HSL 326.05º 0.6% 0.51% -
HSV(B) 326.05º 0.74% 0.8% -
XYZ 31.11 17.39 26.14 -
YUV 108.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 205 53 139 0 0.74 0.32 0.20 326.05 0.6 0.51
Hex CD 35 8B 0 4A 20 14 146 3C 33
Octal 315 65 213 0 112 40 24 506 74 63
Binary 11001101 110101 10001011 0 1001010 100000 10100 101000110 111100 110011

Color Harmonies of #CD358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD358B

Black with #CD358B

Text Example


Text Example

White with #CD358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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