Html Css Color HEX #C029CE Deep Magenta

📋 copy color: '#C029CE'

red 192 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #C029CE

Tints of Deep Magenta #C029CE

RGB

 RED value IS 192 (75.39% from 255) = 43.74%

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 43.74%
G = 9.34%
B = 46.92%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C029CE (or 0xC029CE) is known color: Deep Magenta. HEX triplet: C0, 29 and CE. RGB value is (192,41,206). Sum of RGB (Red+Green+Blue) = 192+41+206=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C029CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029CE is #3FD631. Grayscale: #686868. Windows color (decimal): -4183602 or 13511104. OLE color: 13511104.

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

Color convert

RGB 192 41 206 -
CMYK 0.07 0.80 0 0.19
HSL 294.91º 0.67% 0.48% -
HSV(B) 294.91º 0.8% 0.81% -
XYZ 33.67 17.25 59.95 -
YUV 104.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 192 41 206 0.07 0.80 0 0.19 294.91 0.67 0.48
Hex C0 29 CE 7 50 0 13 127 43 30
Octal 300 51 316 7 120 0 23 447 103 60
Binary 11000000 101001 11001110 111 1010000 0 10011 100100111 1000011 110000

Color Harmonies of #C029CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029CE

Black with #C029CE

Text Example


Text Example

White with #C029CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029CE; }

 p { color: rgb(192,41,206); }

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

background-color css

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

 a { background-color: rgb(192,41,206); }

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

border-color css

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

 span { border-color: rgb(192,41,206); }

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