Html Css Color HEX #C229CF Deep Magenta

📋 copy color: '#C229CF'

red 194 ◦ green 41 ◦ blue 207

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

Shades of Deep Magenta #C229CF

Tints of Deep Magenta #C229CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 43.89%
G = 9.28%
B = 46.83%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C229CF (or 0xC229CF) is known color: Deep Magenta. HEX triplet: C2, 29 and CF. RGB value is (194,41,207). Sum of RGB (Red+Green+Blue) = 194+41+207=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C229CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229CF is #3DD630. Grayscale: #696969. Windows color (decimal): -4052529 or 13576642. OLE color: 13576642.

HSL color Cylindrical-coordinate representation of color #C229CF: hue angle of 295.3º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C229CF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 41 207 -
CMYK 0.06 0.80 0 0.19
HSL 295.3º 0.67% 0.49% -
HSV(B) 295.3º 0.8% 0.81% -
XYZ 34.3 17.56 60.61 -
YUV 105.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 194 41 207 0.06 0.80 0 0.19 295.3 0.67 0.49
Hex C2 29 CF 6 50 0 13 127 43 31
Octal 302 51 317 6 120 0 23 447 103 61
Binary 11000010 101001 11001111 110 1010000 0 10011 100100111 1000011 110001

Color Harmonies of #C229CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229CF

Black with #C229CF

Text Example


Text Example

White with #C229CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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