Html Css Color HEX #C63FCE Fuchsia

📋 copy color: '#C63FCE'

red 198 ◦ green 63 ◦ blue 206

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

Shades of Fuchsia #C63FCE

Tints of Fuchsia #C63FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 42.4%
G = 13.49%
B = 44.11%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C63FCE (or 0xC63FCE) is known color: Fuchsia. HEX triplet: C6, 3F and CE. RGB value is (198,63,206). Sum of RGB (Red+Green+Blue) = 198+63+206=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C63FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCE is #39C031. Grayscale: #777777. Windows color (decimal): -3784754 or 13516742. OLE color: 13516742.

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

Color convert

RGB 198 63 206 -
CMYK 0.04 0.69 0 0.19
HSL 296.64º 0.59% 0.53% -
HSV(B) 296.64º 0.69% 0.81% -
XYZ 36.21 20.02 60.35 -
YUV 119.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 198 63 206 0.04 0.69 0 0.19 296.64 0.59 0.53
Hex C6 3F CE 4 45 0 13 129 3B 35
Octal 306 77 316 4 105 0 23 451 73 65
Binary 11000110 111111 11001110 100 1000101 0 10011 100101001 111011 110101

Color Harmonies of #C63FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63FCE

Black with #C63FCE

Text Example


Text Example

White with #C63FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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