Html Css Color HEX #C029B0 Fuchsia

📋 copy color: '#C029B0'

red 192 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #C029B0

Tints of Fuchsia #C029B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 46.94%
G = 10.02%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C029B0 (or 0xC029B0) is known color: Fuchsia. HEX triplet: C0, 29 and B0. RGB value is (192,41,176). Sum of RGB (Red+Green+Blue) = 192+41+176=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C029B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029B0 is #3FD64F. Grayscale: #656565. Windows color (decimal): -4183632 or 11545024. OLE color: 11545024.

HSL color Cylindrical-coordinate representation of color #C029B0: hue angle of 306.36º 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 #C029B0 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 176 -
CMYK 0 0.79 0.08 0.25
HSL 306.36º 0.65% 0.46% -
HSV(B) 306.36º 0.79% 0.75% -
XYZ 30.37 15.93 42.55 -
YUV 101.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 192 41 176 0 0.79 0.08 0.25 306.36 0.65 0.46
Hex C0 29 B0 0 4F 8 19 132 41 2E
Octal 300 51 260 0 117 10 31 462 101 56
Binary 11000000 101001 10110000 0 1001111 1000 11001 100110010 1000001 101110

Color Harmonies of #C029B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029B0

Black with #C029B0

Text Example


Text Example

White with #C029B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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