Html Css Color HEX #C63BC4 Fuchsia

📋 copy color: '#C63BC4'

red 198 ◦ green 59 ◦ blue 196

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

Shades of Fuchsia #C63BC4

Tints of Fuchsia #C63BC4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.02%

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 43.71%
G = 13.02%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C63BC4 (or 0xC63BC4) is known color: Fuchsia. HEX triplet: C6, 3B and C4. RGB value is (198,59,196). Sum of RGB (Red+Green+Blue) = 198+59+196=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BC4 is #39C43B. Grayscale: #737373. Windows color (decimal): -3785788 or 12860358. OLE color: 12860358.

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

Color convert

RGB 198 59 196 -
CMYK 0 0.70 0.01 0.22
HSL 300.86º 0.55% 0.5% -
HSV(B) 300.86º 0.7% 0.78% -
XYZ 34.82 19.12 54.08 -
YUV 116.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 198 59 196 0 0.70 0.01 0.22 300.86 0.55 0.5
Hex C6 3B C4 0 46 1 16 12D 37 32
Octal 306 73 304 0 106 1 26 455 67 62
Binary 11000110 111011 11000100 0 1000110 1 10110 100101101 110111 110010

Color Harmonies of #C63BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BC4

Black with #C63BC4

Text Example


Text Example

White with #C63BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BC4; }

 p { color: rgb(198,59,196); }

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

background-color css

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

 a { background-color: rgb(198,59,196); }

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

border-color css

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

 span { border-color: rgb(198,59,196); }

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