Html Css Color HEX #C63ECA Fuchsia

📋 copy color: '#C63ECA'

red 198 ◦ green 62 ◦ blue 202

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

Shades of Fuchsia #C63ECA

Tints of Fuchsia #C63ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.42%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 42.86%
G = 13.42%
B = 43.72%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C63ECA (or 0xC63ECA) is known color: Fuchsia. HEX triplet: C6, 3E and CA. RGB value is (198,62,202). Sum of RGB (Red+Green+Blue) = 198+62+202=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C63ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ECA is #39C135. Grayscale: #767676. Windows color (decimal): -3785014 or 13254342. OLE color: 13254342.

HSL color Cylindrical-coordinate representation of color #C63ECA: hue angle of 298.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63ECA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 62 202 -
CMYK 0.02 0.69 0 0.21
HSL 298.29º 0.57% 0.52% -
HSV(B) 298.29º 0.69% 0.79% -
XYZ 35.67 19.72 57.8 -
YUV 118.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 198 62 202 0.02 0.69 0 0.21 298.29 0.57 0.52
Hex C6 3E CA 2 45 0 15 12A 39 34
Octal 306 76 312 2 105 0 25 452 71 64
Binary 11000110 111110 11001010 10 1000101 0 10101 100101010 111001 110100

Color Harmonies of #C63ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63ECA

Black with #C63ECA

Text Example


Text Example

White with #C63ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63ECA; }

 p { color: rgb(198,62,202); }

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

background-color css

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

 a { background-color: rgb(198,62,202); }

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

border-color css

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

 span { border-color: rgb(198,62,202); }

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