Html Css Color HEX #C62CCC Fuchsia

📋 copy color: '#C62CCC'

red 198 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #C62CCC

Tints of Fuchsia #C62CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 44.39%
G = 9.87%
B = 45.74%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C62CCC (or 0xC62CCC) is known color: Fuchsia. HEX triplet: C6, 2C and CC. RGB value is (198,44,204). Sum of RGB (Red+Green+Blue) = 198+44+204=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C62CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CCC is #39D333. Grayscale: #6B6B6B. Windows color (decimal): -3789620 or 13380806. OLE color: 13380806.

HSL color Cylindrical-coordinate representation of color #C62CCC: hue angle of 297.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62CCC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 44 204 -
CMYK 0.03 0.78 0 0.2
HSL 297.75º 0.65% 0.49% -
HSV(B) 297.75º 0.78% 0.8% -
XYZ 35.09 18.17 58.78 -
YUV 108.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 198 44 204 0.03 0.78 0 0.2 297.75 0.65 0.49
Hex C6 2C CC 3 4E 0 14 12A 41 31
Octal 306 54 314 3 116 0 24 452 101 61
Binary 11000110 101100 11001100 11 1001110 0 10100 100101010 1000001 110001

Color Harmonies of #C62CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CCC

Black with #C62CCC

Text Example


Text Example

White with #C62CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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