Html Css Color HEX #C029BA Fuchsia

📋 copy color: '#C029BA'

red 192 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #C029BA

Tints of Fuchsia #C029BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 45.82%
G = 9.79%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C029BA (or 0xC029BA) is known color: Fuchsia. HEX triplet: C0, 29 and BA. RGB value is (192,41,186). Sum of RGB (Red+Green+Blue) = 192+41+186=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C029BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029BA is #3FD645. Grayscale: #666666. Windows color (decimal): -4183622 or 12200384. OLE color: 12200384.

HSL color Cylindrical-coordinate representation of color #C029BA: hue angle of 302.38º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C029BA is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 186 -
CMYK 0 0.79 0.03 0.25
HSL 302.38º 0.65% 0.46% -
HSV(B) 302.38º 0.79% 0.75% -
XYZ 31.39 16.34 47.95 -
YUV 102.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 192 41 186 0 0.79 0.03 0.25 302.38 0.65 0.46
Hex C0 29 BA 0 4F 3 19 12E 41 2E
Octal 300 51 272 0 117 3 31 456 101 56
Binary 11000000 101001 10111010 0 1001111 11 11001 100101110 1000001 101110

Color Harmonies of #C029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029BA

Black with #C029BA

Text Example


Text Example

White with #C029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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