Html Css Color HEX #C071AF Fuchsia

📋 copy color: '#C071AF'

red 192 ◦ green 113 ◦ blue 175

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

Shades of Fuchsia #C071AF

Tints of Fuchsia #C071AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.54%

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

R = 40%
G = 23.54%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C071AF (or 0xC071AF) is known color: Fuchsia. HEX triplet: C0, 71 and AF. RGB value is (192,113,175). Sum of RGB (Red+Green+Blue) = 192+113+175=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AF is #3F8E50. Grayscale: #8F8F8F. Windows color (decimal): -4165201 or 11497920. OLE color: 11497920.

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

Color convert

RGB 192 113 175 -
CMYK 0 0.41 0.09 0.25
HSL 312.91º 0.39% 0.6% -
HSV(B) 312.91º 0.41% 0.75% -
XYZ 35.38 26.11 43.73 -
YUV 143.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 192 113 175 0 0.41 0.09 0.25 312.91 0.39 0.6
Hex C0 71 AF 0 29 9 19 139 27 3C
Octal 300 161 257 0 51 11 31 471 47 74
Binary 11000000 1110001 10101111 0 101001 1001 11001 100111001 100111 111100

Color Harmonies of #C071AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071AF

Black with #C071AF

Text Example


Text Example

White with #C071AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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