Html Css Color HEX #C029CF Deep Magenta

📋 copy color: '#C029CF'

red 192 ◦ green 41 ◦ blue 207

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

Shades of Deep Magenta #C029CF

Tints of Deep Magenta #C029CF

RGB

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

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

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

R = 43.64%
G = 9.32%
B = 47.05%

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

#C029CF (or 0xC029CF) is known color: Deep Magenta. HEX triplet: C0, 29 and CF. RGB value is (192,41,207). Sum of RGB (Red+Green+Blue) = 192+41+207=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #C029CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029CF is #3FD630. Grayscale: #686868. Windows color (decimal): -4183601 or 13576640. OLE color: 13576640.

HSL color Cylindrical-coordinate representation of color #C029CF: hue angle of 294.58º 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 #C029CF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 41 207 -
CMYK 0.07 0.80 0 0.19
HSL 294.58º 0.67% 0.49% -
HSV(B) 294.58º 0.8% 0.81% -
XYZ 33.79 17.3 60.59 -
YUV 105.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 192 41 207 0.07 0.80 0 0.19 294.58 0.67 0.49
Hex C0 29 CF 7 50 0 13 127 43 31
Octal 300 51 317 7 120 0 23 447 103 61
Binary 11000000 101001 11001111 111 1010000 0 10011 100100111 1000011 110001

Color Harmonies of #C029CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029CF

Black with #C029CF

Text Example


Text Example

White with #C029CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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