Html Css Color HEX #C062B8 Fuchsia

📋 copy color: '#C062B8'

red 192 ◦ green 98 ◦ blue 184

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

Shades of Fuchsia #C062B8

Tints of Fuchsia #C062B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 40.51%
G = 20.68%
B = 38.82%

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

#C062B8 (or 0xC062B8) is known color: Fuchsia. HEX triplet: C0, 62 and B8. RGB value is (192,98,184). Sum of RGB (Red+Green+Blue) = 192+98+184=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C062B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062B8 is #3F9D47. Grayscale: #878787. Windows color (decimal): -4169032 or 12083904. OLE color: 12083904.

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

Color convert

RGB 192 98 184 -
CMYK 0 0.49 0.04 0.25
HSL 305.11º 0.43% 0.57% -
HSV(B) 305.11º 0.49% 0.75% -
XYZ 34.76 23.4 48.03 -
YUV 135.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 192 98 184 0 0.49 0.04 0.25 305.11 0.43 0.57
Hex C0 62 B8 0 31 4 19 131 2B 39
Octal 300 142 270 0 61 4 31 461 53 71
Binary 11000000 1100010 10111000 0 110001 100 11001 100110001 101011 111001

Color Harmonies of #C062B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062B8

Black with #C062B8

Text Example


Text Example

White with #C062B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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