Html Css Color HEX #C63CB0 Fuchsia

📋 copy color: '#C63CB0'

red 198 ◦ green 60 ◦ blue 176

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

Shades of Fuchsia #C63CB0

Tints of Fuchsia #C63CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 45.62%
G = 13.82%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C63CB0 (or 0xC63CB0) is known color: Fuchsia. HEX triplet: C6, 3C and B0. RGB value is (198,60,176). Sum of RGB (Red+Green+Blue) = 198+60+176=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CB0 is #39C34F. Grayscale: #727272. Windows color (decimal): -3785552 or 11549894. OLE color: 11549894.

HSL color Cylindrical-coordinate representation of color #C63CB0: hue angle of 309.57º 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 #C63CB0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 176 -
CMYK 0 0.70 0.11 0.22
HSL 309.57º 0.55% 0.51% -
HSV(B) 309.57º 0.7% 0.78% -
XYZ 32.74 18.37 42.89 -
YUV 114.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 198 60 176 0 0.70 0.11 0.22 309.57 0.55 0.51
Hex C6 3C B0 0 46 B 16 136 37 33
Octal 306 74 260 0 106 13 26 466 67 63
Binary 11000110 111100 10110000 0 1000110 1011 10110 100110110 110111 110011

Color Harmonies of #C63CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CB0

Black with #C63CB0

Text Example


Text Example

White with #C63CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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