Html Css Color HEX #C63CBC Fuchsia

📋 copy color: '#C63CBC'

red 198 ◦ green 60 ◦ blue 188

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

Shades of Fuchsia #C63CBC

Tints of Fuchsia #C63CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.45%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 44.39%
G = 13.45%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C63CBC (or 0xC63CBC) is known color: Fuchsia. HEX triplet: C6, 3C and BC. RGB value is (198,60,188). Sum of RGB (Red+Green+Blue) = 198+60+188=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CBC is #39C343. Grayscale: #737373. Windows color (decimal): -3785540 or 12336326. OLE color: 12336326.

HSL color Cylindrical-coordinate representation of color #C63CBC: hue angle of 304.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CBC is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 188 -
CMYK 0 0.70 0.05 0.22
HSL 304.35º 0.55% 0.51% -
HSV(B) 304.35º 0.7% 0.78% -
XYZ 33.98 18.87 49.43 -
YUV 115.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 198 60 188 0 0.70 0.05 0.22 304.35 0.55 0.51
Hex C6 3C BC 0 46 5 16 130 37 33
Octal 306 74 274 0 106 5 26 460 67 63
Binary 11000110 111100 10111100 0 1000110 101 10110 100110000 110111 110011

Color Harmonies of #C63CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CBC

Black with #C63CBC

Text Example


Text Example

White with #C63CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CBC; }

 p { color: rgb(198,60,188); }

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

background-color css

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

 a { background-color: rgb(198,60,188); }

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

border-color css

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

 span { border-color: rgb(198,60,188); }

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