Html Css Color HEX #C062AB Fuchsia

📋 copy color: '#C062AB'

red 192 ◦ green 98 ◦ blue 171

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

Shades of Fuchsia #C062AB

Tints of Fuchsia #C062AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 41.65%
G = 21.26%
B = 37.09%

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

#C062AB (or 0xC062AB) is known color: Fuchsia. HEX triplet: C0, 62 and AB. RGB value is (192,98,171). Sum of RGB (Red+Green+Blue) = 192+98+171=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AB is #3F9D54. Grayscale: #868686. Windows color (decimal): -4169045 or 11231936. OLE color: 11231936.

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

Color convert

RGB 192 98 171 -
CMYK 0 0.49 0.11 0.25
HSL 313.4º 0.43% 0.57% -
HSV(B) 313.4º 0.49% 0.75% -
XYZ 33.46 22.88 41.18 -
YUV 134.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 192 98 171 0 0.49 0.11 0.25 313.4 0.43 0.57
Hex C0 62 AB 0 31 B 19 139 2B 39
Octal 300 142 253 0 61 13 31 471 53 71
Binary 11000000 1100010 10101011 0 110001 1011 11001 100111001 101011 111001

Color Harmonies of #C062AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062AB

Black with #C062AB

Text Example


Text Example

White with #C062AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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