Html Css Color HEX #CD30A0 Deep Cerise

📋 copy color: '#CD30A0'

red 205 ◦ green 48 ◦ blue 160

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

Shades of Deep Cerise #CD30A0

Tints of Deep Cerise #CD30A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 49.64%
G = 11.62%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CD30A0 (or 0xCD30A0) is known color: Deep Cerise. HEX triplet: CD, 30 and A0. RGB value is (205,48,160). Sum of RGB (Red+Green+Blue) = 205+48+160=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30A0 is #32CF5F. Grayscale: #6B6B6B. Windows color (decimal): -3329888 or 10498253. OLE color: 10498253.

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

Color convert

RGB 205 48 160 -
CMYK 0 0.77 0.22 0.20
HSL 317.2º 0.62% 0.5% -
HSV(B) 317.2º 0.77% 0.8% -
XYZ 32.58 17.63 34.94 -
YUV 107.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 205 48 160 0 0.77 0.22 0.20 317.2 0.62 0.5
Hex CD 30 A0 0 4D 16 14 13D 3E 32
Octal 315 60 240 0 115 26 24 475 76 62
Binary 11001101 110000 10100000 0 1001101 10110 10100 100111101 111110 110010

Color Harmonies of #CD30A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30A0

Black with #CD30A0

Text Example


Text Example

White with #CD30A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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