Html Css Color HEX #C029B8 Fuchsia

📋 copy color: '#C029B8'

red 192 ◦ green 41 ◦ blue 184

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

Shades of Fuchsia #C029B8

Tints of Fuchsia #C029B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.12%

R = 46.04%
G = 9.83%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C029B8 (or 0xC029B8) is known color: Fuchsia. HEX triplet: C0, 29 and B8. RGB value is (192,41,184). Sum of RGB (Red+Green+Blue) = 192+41+184=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C029B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C029B8 is #3FD647. Grayscale: #666666. Windows color (decimal): -4183624 or 12069312. OLE color: 12069312.

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

Color convert

RGB 192 41 184 -
CMYK 0 0.79 0.04 0.25
HSL 303.18º 0.65% 0.46% -
HSV(B) 303.18º 0.79% 0.75% -
XYZ 31.18 16.25 46.84 -
YUV 102.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 192 41 184 0 0.79 0.04 0.25 303.18 0.65 0.46
Hex C0 29 B8 0 4F 4 19 12F 41 2E
Octal 300 51 270 0 117 4 31 457 101 56
Binary 11000000 101001 10111000 0 1001111 100 11001 100101111 1000001 101110

Color Harmonies of #C029B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029B8

Black with #C029B8

Text Example


Text Example

White with #C029B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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