Html Css Color HEX #C032AF Fuchsia

📋 copy color: '#C032AF'

red 192 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #C032AF

Tints of Fuchsia #C032AF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

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

R = 46.04%
G = 11.99%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C032AF (or 0xC032AF) is known color: Fuchsia. HEX triplet: C0, 32 and AF. RGB value is (192,50,175). Sum of RGB (Red+Green+Blue) = 192+50+175=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C032AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032AF is #3FCD50. Grayscale: #6A6A6A. Windows color (decimal): -4181329 or 11481792. OLE color: 11481792.

HSL color Cylindrical-coordinate representation of color #C032AF: hue angle of 307.18º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032AF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 175 -
CMYK 0 0.74 0.09 0.25
HSL 307.18º 0.59% 0.47% -
HSV(B) 307.18º 0.74% 0.75% -
XYZ 30.62 16.58 42.14 -
YUV 106.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 192 50 175 0 0.74 0.09 0.25 307.18 0.59 0.47
Hex C0 32 AF 0 4A 9 19 133 3B 2F
Octal 300 62 257 0 112 11 31 463 73 57
Binary 11000000 110010 10101111 0 1001010 1001 11001 100110011 111011 101111

Color Harmonies of #C032AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032AF

Black with #C032AF

Text Example


Text Example

White with #C032AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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