Html Css Color HEX #C62CCF Fuchsia

📋 copy color: '#C62CCF'

red 198 ◦ green 44 ◦ blue 207

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

Shades of Fuchsia #C62CCF

Tints of Fuchsia #C62CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 44.1%
G = 9.8%
B = 46.1%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C62CCF (or 0xC62CCF) is known color: Fuchsia. HEX triplet: C6, 2C and CF. RGB value is (198,44,207). Sum of RGB (Red+Green+Blue) = 198+44+207=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C62CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CCF is #39D330. Grayscale: #6C6C6C. Windows color (decimal): -3789617 or 13577414. OLE color: 13577414.

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

Color convert

RGB 198 44 207 -
CMYK 0.04 0.79 0 0.19
HSL 296.69º 0.65% 0.49% -
HSV(B) 296.69º 0.79% 0.81% -
XYZ 35.45 18.31 60.7 -
YUV 108.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 198 44 207 0.04 0.79 0 0.19 296.69 0.65 0.49
Hex C6 2C CF 4 4F 0 13 129 41 31
Octal 306 54 317 4 117 0 23 451 101 61
Binary 11000110 101100 11001111 100 1001111 0 10011 100101001 1000001 110001

Color Harmonies of #C62CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CCF

Black with #C62CCF

Text Example


Text Example

White with #C62CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CCF; }

 p { color: rgb(198,44,207); }

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

background-color css

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

 a { background-color: rgb(198,44,207); }

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

border-color css

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

 span { border-color: rgb(198,44,207); }

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