Html Css Color HEX #C228DA Deep Magenta

📋 copy color: '#C228DA'

red 194 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #C228DA

Tints of Deep Magenta #C228DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.85%

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 42.92%
G = 8.85%
B = 48.23%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C228DA (or 0xC228DA) is known color: Deep Magenta. HEX triplet: C2, 28 and DA. RGB value is (194,40,218). Sum of RGB (Red+Green+Blue) = 194+40+218=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #C228DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228DA is #3DD725. Grayscale: #696969. Windows color (decimal): -4052774 or 14297282. OLE color: 14297282.

HSL color Cylindrical-coordinate representation of color #C228DA: hue angle of 291.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C228DA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 40 218 -
CMYK 0.11 0.82 0 0.15
HSL 291.91º 0.71% 0.51% -
HSV(B) 291.91º 0.82% 0.85% -
XYZ 35.66 18.05 67.93 -
YUV 106.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 194 40 218 0.11 0.82 0 0.15 291.91 0.71 0.51
Hex C2 28 DA B 52 0 F 124 47 33
Octal 302 50 332 13 122 0 17 444 107 63
Binary 11000010 101000 11011010 1011 1010010 0 1111 100100100 1000111 110011

Color Harmonies of #C228DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228DA

Black with #C228DA

Text Example


Text Example

White with #C228DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228DA; }

 p { color: rgb(194,40,218); }

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

background-color css

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

 a { background-color: rgb(194,40,218); }

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

border-color css

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

 span { border-color: rgb(194,40,218); }

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