Html Css Color HEX #C62FCE Fuchsia

📋 copy color: '#C62FCE'

red 198 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #C62FCE

Tints of Fuchsia #C62FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 43.9%
G = 10.42%
B = 45.68%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C62FCE (or 0xC62FCE) is known color: Fuchsia. HEX triplet: C6, 2F and CE. RGB value is (198,47,206). Sum of RGB (Red+Green+Blue) = 198+47+206=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C62FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FCE is #39D031. Grayscale: #6D6D6D. Windows color (decimal): -3788850 or 13512646. OLE color: 13512646.

HSL color Cylindrical-coordinate representation of color #C62FCE: hue angle of 296.98º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62FCE is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 47 206 -
CMYK 0.04 0.77 0 0.19
HSL 296.98º 0.63% 0.5% -
HSV(B) 296.98º 0.77% 0.81% -
XYZ 35.45 18.5 60.09 -
YUV 110.28 182.03 190.57 -
System Red Green Blue C M Y K H S L
Decimal 198 47 206 0.04 0.77 0 0.19 296.98 0.63 0.5
Hex C6 2F CE 4 4D 0 13 129 3F 32
Octal 306 57 316 4 115 0 23 451 77 62
Binary 11000110 101111 11001110 100 1001101 0 10011 100101001 111111 110010

Color Harmonies of #C62FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FCE

Black with #C62FCE

Text Example


Text Example

White with #C62FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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