Html Css Color HEX #C062BA Fuchsia

📋 copy color: '#C062BA'

red 192 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #C062BA

Tints of Fuchsia #C062BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 40.34%
G = 20.59%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C062BA (or 0xC062BA) is known color: Fuchsia. HEX triplet: C0, 62 and BA. RGB value is (192,98,186). Sum of RGB (Red+Green+Blue) = 192+98+186=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C062BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062BA is #3F9D45. Grayscale: #878787. Windows color (decimal): -4169030 or 12214976. OLE color: 12214976.

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

Color convert

RGB 192 98 186 -
CMYK 0 0.49 0.03 0.25
HSL 303.83º 0.43% 0.57% -
HSV(B) 303.83º 0.49% 0.75% -
XYZ 34.97 23.49 49.14 -
YUV 136.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 192 98 186 0 0.49 0.03 0.25 303.83 0.43 0.57
Hex C0 62 BA 0 31 3 19 130 2B 39
Octal 300 142 272 0 61 3 31 460 53 71
Binary 11000000 1100010 10111010 0 110001 11 11001 100110000 101011 111001

Color Harmonies of #C062BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062BA

Black with #C062BA

Text Example


Text Example

White with #C062BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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