Html Css Color HEX #C215DD Deep Magenta

📋 copy color: '#C215DD'

red 194 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #C215DD

Tints of Deep Magenta #C215DD

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

 GREEN value IS 21 (8.59% from 255) = 4.82%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 44.5%
G = 4.82%
B = 50.69%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C215DD (or 0xC215DD) is known color: Deep Magenta. HEX triplet: C2, 15 and DD. RGB value is (194,21,221). Sum of RGB (Red+Green+Blue) = 194+21+221=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C215DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215DD is #3DEA22. Grayscale: #5E5E5E. Windows color (decimal): -4057635 or 14489026. OLE color: 14489026.

HSL color Cylindrical-coordinate representation of color #C215DD: hue angle of 291.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C215DD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 21 221 -
CMYK 0.12 0.90 0 0.13
HSL 291.9º 0.83% 0.47% -
HSV(B) 291.9º 0.9% 0.87% -
XYZ 35.57 17.23 69.86 -
YUV 95.53 198.81 198.24 -
System Red Green Blue C M Y K H S L
Decimal 194 21 221 0.12 0.90 0 0.13 291.9 0.83 0.47
Hex C2 15 DD C 5A 0 D 124 53 2F
Octal 302 25 335 14 132 0 15 444 123 57
Binary 11000010 10101 11011101 1100 1011010 0 1101 100100100 1010011 101111

Color Harmonies of #C215DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215DD

Black with #C215DD

Text Example


Text Example

White with #C215DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215DD; }

 p { color: rgb(194,21,221); }

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

background-color css

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

 a { background-color: rgb(194,21,221); }

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

border-color css

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

 span { border-color: rgb(194,21,221); }

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