Html Css Color HEX #C070AF Fuchsia

📋 copy color: '#C070AF'

red 192 ◦ green 112 ◦ blue 175

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

Shades of Fuchsia #C070AF

Tints of Fuchsia #C070AF

RGB

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

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

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

R = 40.08%
G = 23.38%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C070AF (or 0xC070AF) is known color: Fuchsia. HEX triplet: C0, 70 and AF. RGB value is (192,112,175). Sum of RGB (Red+Green+Blue) = 192+112+175=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C070AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070AF is #3F8F50. Grayscale: #8E8E8E. Windows color (decimal): -4165457 or 11497664. OLE color: 11497664.

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

Color convert

RGB 192 112 175 -
CMYK 0 0.42 0.09 0.25
HSL 312.75º 0.39% 0.6% -
HSV(B) 312.75º 0.42% 0.75% -
XYZ 35.27 25.89 43.7 -
YUV 143.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 192 112 175 0 0.42 0.09 0.25 312.75 0.39 0.6
Hex C0 70 AF 0 2A 9 19 139 27 3C
Octal 300 160 257 0 52 11 31 471 47 74
Binary 11000000 1110000 10101111 0 101010 1001 11001 100111001 100111 111100

Color Harmonies of #C070AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070AF

Black with #C070AF

Text Example


Text Example

White with #C070AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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