Html Css Color HEX #C62CC0 Fuchsia

📋 copy color: '#C62CC0'

red 198 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #C62CC0

Tints of Fuchsia #C62CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 45.62%
G = 10.14%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C62CC0 (or 0xC62CC0) is known color: Fuchsia. HEX triplet: C6, 2C and C0. RGB value is (198,44,192). Sum of RGB (Red+Green+Blue) = 198+44+192=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CC0 is #39D33F. Grayscale: #6A6A6A. Windows color (decimal): -3789632 or 12594374. OLE color: 12594374.

HSL color Cylindrical-coordinate representation of color #C62CC0: hue angle of 302.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62CC0 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 44 192 -
CMYK 0 0.78 0.03 0.22
HSL 302.34º 0.64% 0.47% -
HSV(B) 302.34º 0.78% 0.78% -
XYZ 33.7 17.61 51.49 -
YUV 106.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 198 44 192 0 0.78 0.03 0.22 302.34 0.64 0.47
Hex C6 2C C0 0 4E 3 16 12E 40 2F
Octal 306 54 300 0 116 3 26 456 100 57
Binary 11000110 101100 11000000 0 1001110 11 10110 100101110 1000000 101111

Color Harmonies of #C62CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CC0

Black with #C62CC0

Text Example


Text Example

White with #C62CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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