Html Css Color HEX #C215D5 Deep Magenta

📋 copy color: '#C215D5'

red 194 ◦ green 21 ◦ blue 213

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

Shades of Deep Magenta #C215D5

Tints of Deep Magenta #C215D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 45.33%
G = 4.91%
B = 49.77%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C215D5 (or 0xC215D5) is known color: Deep Magenta. HEX triplet: C2, 15 and D5. RGB value is (194,21,213). Sum of RGB (Red+Green+Blue) = 194+21+213=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #C215D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215D5 is #3DEA2A. Grayscale: #5E5E5E. Windows color (decimal): -4057643 or 13964738. OLE color: 13964738.

HSL color Cylindrical-coordinate representation of color #C215D5: hue angle of 294.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C215D5 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 21 213 -
CMYK 0.09 0.90 0 0.16
HSL 294.06º 0.82% 0.46% -
HSV(B) 294.06º 0.9% 0.84% -
XYZ 34.53 16.81 64.38 -
YUV 94.62 194.81 198.89 -
System Red Green Blue C M Y K H S L
Decimal 194 21 213 0.09 0.90 0 0.16 294.06 0.82 0.46
Hex C2 15 D5 9 5A 0 10 126 52 2E
Octal 302 25 325 11 132 0 20 446 122 56
Binary 11000010 10101 11010101 1001 1011010 0 10000 100100110 1010010 101110

Color Harmonies of #C215D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215D5

Black with #C215D5

Text Example


Text Example

White with #C215D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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