Html Css Color HEX #C82ADB Deep Magenta

📋 copy color: '#C82ADB'

red 200 ◦ green 42 ◦ blue 219

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

Shades of Deep Magenta #C82ADB

Tints of Deep Magenta #C82ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 43.38%
G = 9.11%
B = 47.51%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C82ADB (or 0xC82ADB) is known color: Deep Magenta. HEX triplet: C8, 2A and DB. RGB value is (200,42,219). Sum of RGB (Red+Green+Blue) = 200+42+219=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C82ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ADB is #37D524. Grayscale: #6C6C6C. Windows color (decimal): -3659045 or 14363336. OLE color: 14363336.

HSL color Cylindrical-coordinate representation of color #C82ADB: hue angle of 293.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82ADB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 42 219 -
CMYK 0.09 0.81 0 0.14
HSL 293.56º 0.71% 0.51% -
HSV(B) 293.56º 0.81% 0.86% -
XYZ 37.43 19.05 68.72 -
YUV 109.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 200 42 219 0.09 0.81 0 0.14 293.56 0.71 0.51
Hex C8 2A DB 9 51 0 E 126 47 33
Octal 310 52 333 11 121 0 16 446 107 63
Binary 11001000 101010 11011011 1001 1010001 0 1110 100100110 1000111 110011

Color Harmonies of #C82ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ADB

Black with #C82ADB

Text Example


Text Example

White with #C82ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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