Html Css Color HEX #C128AF Fuchsia

📋 copy color: '#C128AF'

red 193 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #C128AF

Tints of Fuchsia #C128AF

RGB

 RED value IS 193 (75.78% from 255) = 47.3%

 GREEN value IS 40 (16.02% from 255) = 9.8%

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

R = 47.3%
G = 9.8%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C128AF (or 0xC128AF) is known color: Fuchsia. HEX triplet: C1, 28 and AF. RGB value is (193,40,175). Sum of RGB (Red+Green+Blue) = 193+40+175=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C128AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128AF is #3ED750. Grayscale: #646464. Windows color (decimal): -4118353 or 11479233. OLE color: 11479233.

HSL color Cylindrical-coordinate representation of color #C128AF: hue angle of 307.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C128AF is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 175 -
CMYK 0 0.79 0.09 0.24
HSL 307.06º 0.66% 0.46% -
HSV(B) 307.06º 0.79% 0.76% -
XYZ 30.49 15.95 42.03 -
YUV 101.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 193 40 175 0 0.79 0.09 0.24 307.06 0.66 0.46
Hex C1 28 AF 0 4F 9 18 133 42 2E
Octal 301 50 257 0 117 11 30 463 102 56
Binary 11000001 101000 10101111 0 1001111 1001 11000 100110011 1000010 101110

Color Harmonies of #C128AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128AF

Black with #C128AF

Text Example


Text Example

White with #C128AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128AF; }

 p { color: rgb(193,40,175); }

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

background-color css

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

 a { background-color: rgb(193,40,175); }

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

border-color css

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

 span { border-color: rgb(193,40,175); }

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