Html Css Color HEX #C62DCF Fuchsia

📋 copy color: '#C62DCF'

red 198 ◦ green 45 ◦ blue 207

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

Shades of Fuchsia #C62DCF

Tints of Fuchsia #C62DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10%

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

R = 44%
G = 10%
B = 46%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C62DCF (or 0xC62DCF) is known color: Fuchsia. HEX triplet: C6, 2D and CF. RGB value is (198,45,207). Sum of RGB (Red+Green+Blue) = 198+45+207=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C62DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DCF is #39D230. Grayscale: #6C6C6C. Windows color (decimal): -3789361 or 13577670. OLE color: 13577670.

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

Color convert

RGB 198 45 207 -
CMYK 0.04 0.78 0 0.19
HSL 296.67º 0.64% 0.49% -
HSV(B) 296.67º 0.78% 0.81% -
XYZ 35.49 18.39 60.71 -
YUV 109.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 198 45 207 0.04 0.78 0 0.19 296.67 0.64 0.49
Hex C6 2D CF 4 4E 0 13 129 40 31
Octal 306 55 317 4 116 0 23 451 100 61
Binary 11000110 101101 11001111 100 1001110 0 10011 100101001 1000000 110001

Color Harmonies of #C62DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DCF

Black with #C62DCF

Text Example


Text Example

White with #C62DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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