Html Css Color HEX #C029BE Fuchsia

📋 copy color: '#C029BE'

red 192 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C029BE

Tints of Fuchsia #C029BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 45.39%
G = 9.69%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C029BE (or 0xC029BE) is known color: Fuchsia. HEX triplet: C0, 29 and BE. RGB value is (192,41,190). Sum of RGB (Red+Green+Blue) = 192+41+190=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C029BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029BE is #3FD641. Grayscale: #666666. Windows color (decimal): -4183618 or 12462528. OLE color: 12462528.

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

Color convert

RGB 192 41 190 -
CMYK 0 0.79 0.01 0.25
HSL 300.79º 0.65% 0.46% -
HSV(B) 300.79º 0.79% 0.75% -
XYZ 31.83 16.51 50.22 -
YUV 103.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 192 41 190 0 0.79 0.01 0.25 300.79 0.65 0.46
Hex C0 29 BE 0 4F 1 19 12D 41 2E
Octal 300 51 276 0 117 1 31 455 101 56
Binary 11000000 101001 10111110 0 1001111 1 11001 100101101 1000001 101110

Color Harmonies of #C029BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029BE

Black with #C029BE

Text Example


Text Example

White with #C029BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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