Html Css Color HEX #C229CA Deep Magenta

📋 copy color: '#C229CA'

red 194 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #C229CA

Tints of Deep Magenta #C229CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 44.39%
G = 9.38%
B = 46.22%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C229CA (or 0xC229CA) is known color: Deep Magenta. HEX triplet: C2, 29 and CA. RGB value is (194,41,202). Sum of RGB (Red+Green+Blue) = 194+41+202=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #C229CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229CA is #3DD635. Grayscale: #686868. Windows color (decimal): -4052534 or 13248962. OLE color: 13248962.

HSL color Cylindrical-coordinate representation of color #C229CA: hue angle of 297.02º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C229CA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 41 202 -
CMYK 0.04 0.80 0 0.21
HSL 297.02º 0.66% 0.48% -
HSV(B) 297.02º 0.8% 0.79% -
XYZ 33.7 17.32 57.44 -
YUV 105.1 182.69 191.41 -
System Red Green Blue C M Y K H S L
Decimal 194 41 202 0.04 0.80 0 0.21 297.02 0.66 0.48
Hex C2 29 CA 4 50 0 15 129 42 30
Octal 302 51 312 4 120 0 25 451 102 60
Binary 11000010 101001 11001010 100 1010000 0 10101 100101001 1000010 110000

Color Harmonies of #C229CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229CA

Black with #C229CA

Text Example


Text Example

White with #C229CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229CA; }

 p { color: rgb(194,41,202); }

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

background-color css

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

 a { background-color: rgb(194,41,202); }

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

border-color css

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

 span { border-color: rgb(194,41,202); }

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