Html Css Color HEX #CD3882 Deep Cerise

📋 copy color: '#CD3882'

red 205 ◦ green 56 ◦ blue 130

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

Shades of Deep Cerise #CD3882

Tints of Deep Cerise #CD3882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 52.43%
G = 14.32%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD3882 (or 0xCD3882) is known color: Deep Cerise. HEX triplet: CD, 38 and 82. RGB value is (205,56,130). Sum of RGB (Red+Green+Blue) = 205+56+130=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3882 is #32C77D. Grayscale: #6C6C6C. Windows color (decimal): -3327870 or 8534221. OLE color: 8534221.

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

Color convert

RGB 205 56 130 -
CMYK 0 0.73 0.37 0.20
HSL 330.2º 0.6% 0.51% -
HSV(B) 330.2º 0.73% 0.8% -
XYZ 30.62 17.42 22.87 -
YUV 108.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 205 56 130 0 0.73 0.37 0.20 330.2 0.6 0.51
Hex CD 38 82 0 49 25 14 14A 3C 33
Octal 315 70 202 0 111 45 24 512 74 63
Binary 11001101 111000 10000010 0 1001001 100101 10100 101001010 111100 110011

Color Harmonies of #CD3882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3882

Black with #CD3882

Text Example


Text Example

White with #CD3882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3882; }

 p { color: rgb(205,56,130); }

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

background-color css

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

 a { background-color: rgb(205,56,130); }

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

border-color css

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

 span { border-color: rgb(205,56,130); }

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