Html Css Color HEX #C63FCA Fuchsia

📋 copy color: '#C63FCA'

red 198 ◦ green 63 ◦ blue 202

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

Shades of Fuchsia #C63FCA

Tints of Fuchsia #C63FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.61%

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

R = 42.76%
G = 13.61%
B = 43.63%

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

#C63FCA (or 0xC63FCA) is known color: Fuchsia. HEX triplet: C6, 3F and CA. RGB value is (198,63,202). Sum of RGB (Red+Green+Blue) = 198+63+202=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #C63FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCA is #39C035. Grayscale: #767676. Windows color (decimal): -3784758 or 13254598. OLE color: 13254598.

HSL color Cylindrical-coordinate representation of color #C63FCA: hue angle of 298.27º 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 #C63FCA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 63 202 -
CMYK 0.02 0.69 0 0.21
HSL 298.27º 0.57% 0.52% -
HSV(B) 298.27º 0.69% 0.79% -
XYZ 35.73 19.83 57.82 -
YUV 119.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 198 63 202 0.02 0.69 0 0.21 298.27 0.57 0.52
Hex C6 3F CA 2 45 0 15 12A 39 34
Octal 306 77 312 2 105 0 25 452 71 64
Binary 11000110 111111 11001010 10 1000101 0 10101 100101010 111001 110100

Color Harmonies of #C63FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FCA

Black with #C63FCA

Text Example


Text Example

White with #C63FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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