Html Css Color HEX #C029B5 Fuchsia

📋 copy color: '#C029B5'

red 192 ◦ green 41 ◦ blue 181

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

Shades of Fuchsia #C029B5

Tints of Fuchsia #C029B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.72%

R = 46.38%
G = 9.9%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C029B5 (or 0xC029B5) is known color: Fuchsia. HEX triplet: C0, 29 and B5. RGB value is (192,41,181). Sum of RGB (Red+Green+Blue) = 192+41+181=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C029B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029B5 is #3FD64A. Grayscale: #656565. Windows color (decimal): -4183627 or 11872704. OLE color: 11872704.

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

Color convert

RGB 192 41 181 -
CMYK 0 0.79 0.06 0.25
HSL 304.37º 0.65% 0.46% -
HSV(B) 304.37º 0.79% 0.75% -
XYZ 30.87 16.13 45.2 -
YUV 102.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 192 41 181 0 0.79 0.06 0.25 304.37 0.65 0.46
Hex C0 29 B5 0 4F 6 19 130 41 2E
Octal 300 51 265 0 117 6 31 460 101 56
Binary 11000000 101001 10110101 0 1001111 110 11001 100110000 1000001 101110

Color Harmonies of #C029B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029B5

Black with #C029B5

Text Example


Text Example

White with #C029B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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