Html Css Color HEX #C062BC Fuchsia

📋 copy color: '#C062BC'

red 192 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #C062BC

Tints of Fuchsia #C062BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 40.17%
G = 20.5%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C062BC (or 0xC062BC) is known color: Fuchsia. HEX triplet: C0, 62 and BC. RGB value is (192,98,188). Sum of RGB (Red+Green+Blue) = 192+98+188=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C062BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062BC is #3F9D43. Grayscale: #888888. Windows color (decimal): -4169028 or 12346048. OLE color: 12346048.

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

Color convert

RGB 192 98 188 -
CMYK 0 0.49 0.02 0.25
HSL 302.55º 0.43% 0.57% -
HSV(B) 302.55º 0.49% 0.75% -
XYZ 35.18 23.57 50.27 -
YUV 136.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 192 98 188 0 0.49 0.02 0.25 302.55 0.43 0.57
Hex C0 62 BC 0 31 2 19 12F 2B 39
Octal 300 142 274 0 61 2 31 457 53 71
Binary 11000000 1100010 10111100 0 110001 10 11001 100101111 101011 111001

Color Harmonies of #C062BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062BC

Black with #C062BC

Text Example


Text Example

White with #C062BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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