Html Css Color HEX #CD358E Deep Cerise

📋 copy color: '#CD358E'

red 205 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #CD358E

Tints of Deep Cerise #CD358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 51.25%
G = 13.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD358E (or 0xCD358E) is known color: Deep Cerise. HEX triplet: CD, 35 and 8E. RGB value is (205,53,142). Sum of RGB (Red+Green+Blue) = 205+53+142=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD358E is #32CA71. Grayscale: #6C6C6C. Windows color (decimal): -3328626 or 9319885. OLE color: 9319885.

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

Color convert

RGB 205 53 142 -
CMYK 0 0.74 0.31 0.20
HSL 324.87º 0.6% 0.51% -
HSV(B) 324.87º 0.74% 0.8% -
XYZ 31.33 17.48 27.31 -
YUV 108.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 205 53 142 0 0.74 0.31 0.20 324.87 0.6 0.51
Hex CD 35 8E 0 4A 1F 14 145 3C 33
Octal 315 65 216 0 112 37 24 505 74 63
Binary 11001101 110101 10001110 0 1001010 11111 10100 101000101 111100 110011

Color Harmonies of #CD358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD358E

Black with #CD358E

Text Example


Text Example

White with #CD358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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