Html Css Color HEX #CD3780 Deep Cerise

📋 copy color: '#CD3780'

red 205 ◦ green 55 ◦ blue 128

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

Shades of Deep Cerise #CD3780

Tints of Deep Cerise #CD3780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.18%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 52.84%
G = 14.18%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD3780 (or 0xCD3780) is known color: Deep Cerise. HEX triplet: CD, 37 and 80. RGB value is (205,55,128). Sum of RGB (Red+Green+Blue) = 205+55+128=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3780 is #32C87F. Grayscale: #6C6C6C. Windows color (decimal): -3328128 or 8402893. OLE color: 8402893.

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

Color convert

RGB 205 55 128 -
CMYK 0 0.73 0.38 0.20
HSL 330.8º 0.6% 0.51% -
HSV(B) 330.8º 0.73% 0.8% -
XYZ 30.44 17.27 22.15 -
YUV 108.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 205 55 128 0 0.73 0.38 0.20 330.8 0.6 0.51
Hex CD 37 80 0 49 26 14 14B 3C 33
Octal 315 67 200 0 111 46 24 513 74 63
Binary 11001101 110111 10000000 0 1001001 100110 10100 101001011 111100 110011

Color Harmonies of #CD3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3780

Black with #CD3780

Text Example


Text Example

White with #CD3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3780; }

 p { color: rgb(205,55,128); }

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

background-color css

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

 a { background-color: rgb(205,55,128); }

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

border-color css

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

 span { border-color: rgb(205,55,128); }

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