Html Css Color HEX #C031AF Fuchsia

📋 copy color: '#C031AF'

red 192 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #C031AF

Tints of Fuchsia #C031AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

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

R = 46.15%
G = 11.78%
B = 42.07%

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

#C031AF (or 0xC031AF) is known color: Fuchsia. HEX triplet: C0, 31 and AF. RGB value is (192,49,175). Sum of RGB (Red+Green+Blue) = 192+49+175=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C031AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031AF is #3FCE50. Grayscale: #696969. Windows color (decimal): -4181585 or 11481536. OLE color: 11481536.

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

Color convert

RGB 192 49 175 -
CMYK 0 0.74 0.09 0.25
HSL 307.13º 0.59% 0.47% -
HSV(B) 307.13º 0.74% 0.75% -
XYZ 30.57 16.5 42.13 -
YUV 106.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 192 49 175 0 0.74 0.09 0.25 307.13 0.59 0.47
Hex C0 31 AF 0 4A 9 19 133 3B 2F
Octal 300 61 257 0 112 11 31 463 73 57
Binary 11000000 110001 10101111 0 1001010 1001 11001 100110011 111011 101111

Color Harmonies of #C031AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031AF

Black with #C031AF

Text Example


Text Example

White with #C031AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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