Html Css Color HEX #C029AF Fuchsia

📋 copy color: '#C029AF'

red 192 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #C029AF

Tints of Fuchsia #C029AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 47.06%
G = 10.05%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C029AF (or 0xC029AF) is known color: Fuchsia. HEX triplet: C0, 29 and AF. RGB value is (192,41,175). Sum of RGB (Red+Green+Blue) = 192+41+175=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C029AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029AF is #3FD650. Grayscale: #656565. Windows color (decimal): -4183633 or 11479488. OLE color: 11479488.

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

Color convert

RGB 192 41 175 -
CMYK 0 0.79 0.09 0.25
HSL 306.76º 0.65% 0.46% -
HSV(B) 306.76º 0.79% 0.75% -
XYZ 30.27 15.89 42.03 -
YUV 101.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 192 41 175 0 0.79 0.09 0.25 306.76 0.65 0.46
Hex C0 29 AF 0 4F 9 19 133 41 2E
Octal 300 51 257 0 117 11 31 463 101 56
Binary 11000000 101001 10101111 0 1001111 1001 11001 100110011 1000001 101110

Color Harmonies of #C029AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029AF

Black with #C029AF

Text Example


Text Example

White with #C029AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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