Html Css Color HEX #C270AF Fuchsia

📋 copy color: '#C270AF'

red 194 ◦ green 112 ◦ blue 175

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

Shades of Fuchsia #C270AF

Tints of Fuchsia #C270AF

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

 GREEN value IS 112 (44.14% from 255) = 23.28%

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

R = 40.33%
G = 23.28%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C270AF (or 0xC270AF) is known color: Fuchsia. HEX triplet: C2, 70 and AF. RGB value is (194,112,175). Sum of RGB (Red+Green+Blue) = 194+112+175=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C270AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C270AF is #3D8F50. Grayscale: #8F8F8F. Windows color (decimal): -4034385 or 11497666. OLE color: 11497666.

HSL color Cylindrical-coordinate representation of color #C270AF: hue angle of 313.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270AF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 175 -
CMYK 0 0.42 0.10 0.24
HSL 313.9º 0.4% 0.6% -
HSV(B) 313.9º 0.42% 0.76% -
XYZ 35.78 26.15 43.72 -
YUV 143.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 194 112 175 0 0.42 0.10 0.24 313.9 0.4 0.6
Hex C2 70 AF 0 2A A 18 13A 28 3C
Octal 302 160 257 0 52 12 30 472 50 74
Binary 11000010 1110000 10101111 0 101010 1010 11000 100111010 101000 111100

Color Harmonies of #C270AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270AF

Black with #C270AF

Text Example


Text Example

White with #C270AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270AF; }

 p { color: rgb(194,112,175); }

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

background-color css

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

 a { background-color: rgb(194,112,175); }

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

border-color css

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

 span { border-color: rgb(194,112,175); }

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