Html Css Color HEX #CD35A1 Deep Cerise

📋 copy color: '#CD35A1'

red 205 ◦ green 53 ◦ blue 161

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

Shades of Deep Cerise #CD35A1

Tints of Deep Cerise #CD35A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 48.93%
G = 12.65%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD35A1 (or 0xCD35A1) is known color: Deep Cerise. HEX triplet: CD, 35 and A1. RGB value is (205,53,161). Sum of RGB (Red+Green+Blue) = 205+53+161=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD35A1 is #32CA5E. Grayscale: #6E6E6E. Windows color (decimal): -3328607 or 10565069. OLE color: 10565069.

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

Color convert

RGB 205 53 161 -
CMYK 0 0.74 0.21 0.20
HSL 317.37º 0.6% 0.51% -
HSV(B) 317.37º 0.74% 0.8% -
XYZ 32.88 18.1 35.48 -
YUV 110.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 205 53 161 0 0.74 0.21 0.20 317.37 0.6 0.51
Hex CD 35 A1 0 4A 15 14 13D 3C 33
Octal 315 65 241 0 112 25 24 475 74 63
Binary 11001101 110101 10100001 0 1001010 10101 10100 100111101 111100 110011

Color Harmonies of #CD35A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD35A1

Black with #CD35A1

Text Example


Text Example

White with #CD35A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD35A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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