Html Css Color HEX #C029B7 Fuchsia

📋 copy color: '#C029B7'

red 192 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #C029B7

Tints of Fuchsia #C029B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.99%

R = 46.15%
G = 9.86%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C029B7 (or 0xC029B7) is known color: Fuchsia. HEX triplet: C0, 29 and B7. RGB value is (192,41,183). Sum of RGB (Red+Green+Blue) = 192+41+183=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C029B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029B7 is #3FD648. Grayscale: #656565. Windows color (decimal): -4183625 or 12003776. OLE color: 12003776.

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

Color convert

RGB 192 41 183 -
CMYK 0 0.79 0.05 0.25
HSL 303.58º 0.65% 0.46% -
HSV(B) 303.58º 0.79% 0.75% -
XYZ 31.08 16.21 46.29 -
YUV 102.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 192 41 183 0 0.79 0.05 0.25 303.58 0.65 0.46
Hex C0 29 B7 0 4F 5 19 130 41 2E
Octal 300 51 267 0 117 5 31 460 101 56
Binary 11000000 101001 10110111 0 1001111 101 11001 100110000 1000001 101110

Color Harmonies of #C029B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029B7

Black with #C029B7

Text Example


Text Example

White with #C029B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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