Html Css Color HEX #C062B9 Fuchsia

📋 copy color: '#C062B9'

red 192 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #C062B9

Tints of Fuchsia #C062B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 40.42%
G = 20.63%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C062B9 (or 0xC062B9) is known color: Fuchsia. HEX triplet: C0, 62 and B9. RGB value is (192,98,185). Sum of RGB (Red+Green+Blue) = 192+98+185=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C062B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062B9 is #3F9D46. Grayscale: #878787. Windows color (decimal): -4169031 or 12149440. OLE color: 12149440.

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

Color convert

RGB 192 98 185 -
CMYK 0 0.49 0.04 0.25
HSL 304.47º 0.43% 0.57% -
HSV(B) 304.47º 0.49% 0.75% -
XYZ 34.86 23.44 48.59 -
YUV 136.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 192 98 185 0 0.49 0.04 0.25 304.47 0.43 0.57
Hex C0 62 B9 0 31 4 19 130 2B 39
Octal 300 142 271 0 61 4 31 460 53 71
Binary 11000000 1100010 10111001 0 110001 100 11001 100110000 101011 111001

Color Harmonies of #C062B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062B9

Black with #C062B9

Text Example


Text Example

White with #C062B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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