Html Css Color HEX #C062AA Fuchsia

📋 copy color: '#C062AA'

red 192 ◦ green 98 ◦ blue 170

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

Shades of Fuchsia #C062AA

Tints of Fuchsia #C062AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 41.74%
G = 21.3%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C062AA (or 0xC062AA) is known color: Fuchsia. HEX triplet: C0, 62 and AA. RGB value is (192,98,170). Sum of RGB (Red+Green+Blue) = 192+98+170=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AA is #3F9D55. Grayscale: #868686. Windows color (decimal): -4169046 or 11166400. OLE color: 11166400.

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

Color convert

RGB 192 98 170 -
CMYK 0 0.49 0.11 0.25
HSL 314.04º 0.43% 0.57% -
HSV(B) 314.04º 0.49% 0.75% -
XYZ 33.36 22.84 40.68 -
YUV 134.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 192 98 170 0 0.49 0.11 0.25 314.04 0.43 0.57
Hex C0 62 AA 0 31 B 19 13A 2B 39
Octal 300 142 252 0 61 13 31 472 53 71
Binary 11000000 1100010 10101010 0 110001 1011 11001 100111010 101011 111001

Color Harmonies of #C062AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062AA

Black with #C062AA

Text Example


Text Example

White with #C062AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062AA; }

 p { color: rgb(192,98,170); }

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

background-color css

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

 a { background-color: rgb(192,98,170); }

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

border-color css

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

 span { border-color: rgb(192,98,170); }

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