Html Css Color HEX #CD357A Deep Cerise

📋 copy color: '#CD357A'

red 205 ◦ green 53 ◦ blue 122

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

Shades of Deep Cerise #CD357A

Tints of Deep Cerise #CD357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 53.95%
G = 13.95%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD357A (or 0xCD357A) is known color: Deep Cerise. HEX triplet: CD, 35 and 7A. RGB value is (205,53,122). Sum of RGB (Red+Green+Blue) = 205+53+122=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD357A is #32CA85. Grayscale: #6A6A6A. Windows color (decimal): -3328646 or 8009165. OLE color: 8009165.

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

Color convert

RGB 205 53 122 -
CMYK 0 0.74 0.40 0.20
HSL 332.76º 0.6% 0.51% -
HSV(B) 332.76º 0.74% 0.8% -
XYZ 29.96 16.93 20.1 -
YUV 106.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 205 53 122 0 0.74 0.40 0.20 332.76 0.6 0.51
Hex CD 35 7A 0 4A 28 14 14D 3C 33
Octal 315 65 172 0 112 50 24 515 74 63
Binary 11001101 110101 1111010 0 1001010 101000 10100 101001101 111100 110011

Color Harmonies of #CD357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD357A

Black with #CD357A

Text Example


Text Example

White with #CD357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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