Html Css Color HEX #C063AF Fuchsia

📋 copy color: '#C063AF'

red 192 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #C063AF

Tints of Fuchsia #C063AF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.24%

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

R = 41.2%
G = 21.24%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C063AF (or 0xC063AF) is known color: Fuchsia. HEX triplet: C0, 63 and AF. RGB value is (192,99,175). Sum of RGB (Red+Green+Blue) = 192+99+175=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C063AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063AF is #3F9C50. Grayscale: #878787. Windows color (decimal): -4168785 or 11494336. OLE color: 11494336.

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

Color convert

RGB 192 99 175 -
CMYK 0 0.48 0.09 0.25
HSL 310.97º 0.42% 0.57% -
HSV(B) 310.97º 0.48% 0.75% -
XYZ 33.94 23.23 43.25 -
YUV 135.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 192 99 175 0 0.48 0.09 0.25 310.97 0.42 0.57
Hex C0 63 AF 0 30 9 19 137 2A 39
Octal 300 143 257 0 60 11 31 467 52 71
Binary 11000000 1100011 10101111 0 110000 1001 11001 100110111 101010 111001

Color Harmonies of #C063AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C063AF

Black with #C063AF

Text Example


Text Example

White with #C063AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C063AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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