Html Css Color HEX #C062AE Fuchsia

📋 copy color: '#C062AE'

red 192 ◦ green 98 ◦ blue 174

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

Shades of Fuchsia #C062AE

Tints of Fuchsia #C062AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 41.38%
G = 21.12%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C062AE (or 0xC062AE) is known color: Fuchsia. HEX triplet: C0, 62 and AE. RGB value is (192,98,174). Sum of RGB (Red+Green+Blue) = 192+98+174=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AE is #3F9D51. Grayscale: #868686. Windows color (decimal): -4169042 or 11428544. OLE color: 11428544.

HSL color Cylindrical-coordinate representation of color #C062AE: hue angle of 311.49º 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 #C062AE is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 174 -
CMYK 0 0.49 0.09 0.25
HSL 311.49º 0.43% 0.57% -
HSV(B) 311.49º 0.49% 0.75% -
XYZ 33.75 23 42.7 -
YUV 134.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 192 98 174 0 0.49 0.09 0.25 311.49 0.43 0.57
Hex C0 62 AE 0 31 9 19 137 2B 39
Octal 300 142 256 0 61 11 31 467 53 71
Binary 11000000 1100010 10101110 0 110001 1001 11001 100110111 101011 111001

Color Harmonies of #C062AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062AE

Black with #C062AE

Text Example


Text Example

White with #C062AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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