Html Css Color HEX #C62FBE Fuchsia

📋 copy color: '#C62FBE'

red 198 ◦ green 47 ◦ blue 190

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

Shades of Fuchsia #C62FBE

Tints of Fuchsia #C62FBE

RGB

 RED value IS 198 (77.73% from 255) = 45.52%

 GREEN value IS 47 (18.75% from 255) = 10.8%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 45.52%
G = 10.8%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C62FBE (or 0xC62FBE) is known color: Fuchsia. HEX triplet: C6, 2F and BE. RGB value is (198,47,190). Sum of RGB (Red+Green+Blue) = 198+47+190=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FBE is #39D041. Grayscale: #6C6C6C. Windows color (decimal): -3788866 or 12464070. OLE color: 12464070.

HSL color Cylindrical-coordinate representation of color #C62FBE: hue angle of 303.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62FBE is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 47 190 -
CMYK 0 0.76 0.04 0.22
HSL 303.18º 0.62% 0.48% -
HSV(B) 303.18º 0.76% 0.78% -
XYZ 33.6 17.76 50.37 -
YUV 108.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 198 47 190 0 0.76 0.04 0.22 303.18 0.62 0.48
Hex C6 2F BE 0 4C 4 16 12F 3E 30
Octal 306 57 276 0 114 4 26 457 76 60
Binary 11000110 101111 10111110 0 1001100 100 10110 100101111 111110 110000

Color Harmonies of #C62FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FBE

Black with #C62FBE

Text Example


Text Example

White with #C62FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FBE; }

 p { color: rgb(198,47,190); }

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

background-color css

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

 a { background-color: rgb(198,47,190); }

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

border-color css

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

 span { border-color: rgb(198,47,190); }

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