Html Css Color HEX #C82ACD Deep Magenta

📋 copy color: '#C82ACD'

red 200 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #C82ACD

Tints of Deep Magenta #C82ACD

RGB

 RED value IS 200 (78.52% from 255) = 44.74%

 GREEN value IS 42 (16.8% from 255) = 9.4%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 44.74%
G = 9.4%
B = 45.86%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C82ACD (or 0xC82ACD) is known color: Deep Magenta. HEX triplet: C8, 2A and CD. RGB value is (200,42,205). Sum of RGB (Red+Green+Blue) = 200+42+205=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C82ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ACD is #37D532. Grayscale: #6B6B6B. Windows color (decimal): -3659059 or 13445832. OLE color: 13445832.

HSL color Cylindrical-coordinate representation of color #C82ACD: hue angle of 298.16º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82ACD is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 42 205 -
CMYK 0.02 0.80 0 0.20
HSL 298.16º 0.66% 0.48% -
HSV(B) 298.16º 0.8% 0.8% -
XYZ 35.67 18.34 59.42 -
YUV 107.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 200 42 205 0.02 0.80 0 0.20 298.16 0.66 0.48
Hex C8 2A CD 2 50 0 14 12A 42 30
Octal 310 52 315 2 120 0 24 452 102 60
Binary 11001000 101010 11001101 10 1010000 0 10100 100101010 1000010 110000

Color Harmonies of #C82ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ACD

Black with #C82ACD

Text Example


Text Example

White with #C82ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ACD; }

 p { color: rgb(200,42,205); }

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

background-color css

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

 a { background-color: rgb(200,42,205); }

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

border-color css

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

 span { border-color: rgb(200,42,205); }

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