Html Css Color HEX #C127AF Fuchsia

📋 copy color: '#C127AF'

red 193 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #C127AF

Tints of Fuchsia #C127AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

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

R = 47.42%
G = 9.58%
B = 43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C127AF (or 0xC127AF) is known color: Fuchsia. HEX triplet: C1, 27 and AF. RGB value is (193,39,175). Sum of RGB (Red+Green+Blue) = 193+39+175=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C127AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C127AF is #3ED850. Grayscale: #646464. Windows color (decimal): -4118609 or 11478977. OLE color: 11478977.

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

Color convert

RGB 193 39 175 -
CMYK 0 0.80 0.09 0.24
HSL 307.01º 0.66% 0.45% -
HSV(B) 307.01º 0.8% 0.76% -
XYZ 30.46 15.88 42.02 -
YUV 100.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 193 39 175 0 0.80 0.09 0.24 307.01 0.66 0.45
Hex C1 27 AF 0 50 9 18 133 42 2D
Octal 301 47 257 0 120 11 30 463 102 55
Binary 11000001 100111 10101111 0 1010000 1001 11000 100110011 1000010 101101

Color Harmonies of #C127AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127AF

Black with #C127AF

Text Example


Text Example

White with #C127AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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