Html Css Color HEX #C218B3 Deep Magenta

📋 copy color: '#C218B3'

red 194 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #C218B3

Tints of Deep Magenta #C218B3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.05%

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 48.87%
G = 6.05%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C218B3 (or 0xC218B3) is known color: Deep Magenta. HEX triplet: C2, 18 and B3. RGB value is (194,24,179). Sum of RGB (Red+Green+Blue) = 194+24+179=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C218B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218B3 is #3DE74C. Grayscale: #5C5C5C. Windows color (decimal): -4056909 or 11737282. OLE color: 11737282.

HSL color Cylindrical-coordinate representation of color #C218B3: hue angle of 305.29º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C218B3 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 179 -
CMYK 0 0.88 0.08 0.24
HSL 305.29º 0.78% 0.43% -
HSV(B) 305.29º 0.88% 0.76% -
XYZ 30.71 15.38 44 -
YUV 92.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 194 24 179 0 0.88 0.08 0.24 305.29 0.78 0.43
Hex C2 18 B3 0 58 8 18 131 4E 2B
Octal 302 30 263 0 130 10 30 461 116 53
Binary 11000010 11000 10110011 0 1011000 1000 11000 100110001 1001110 101011

Color Harmonies of #C218B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218B3

Black with #C218B3

Text Example


Text Example

White with #C218B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218B3; }

 p { color: rgb(194,24,179); }

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

background-color css

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

 a { background-color: rgb(194,24,179); }

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

border-color css

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

 span { border-color: rgb(194,24,179); }

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