Html Css Color HEX #C63CB3 Fuchsia

📋 copy color: '#C63CB3'

red 198 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #C63CB3

Tints of Fuchsia #C63CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 45.31%
G = 13.73%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C63CB3 (or 0xC63CB3) is known color: Fuchsia. HEX triplet: C6, 3C and B3. RGB value is (198,60,179). Sum of RGB (Red+Green+Blue) = 198+60+179=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CB3 is #39C34C. Grayscale: #727272. Windows color (decimal): -3785549 or 11746502. OLE color: 11746502.

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

Color convert

RGB 198 60 179 -
CMYK 0 0.70 0.10 0.22
HSL 308.26º 0.55% 0.51% -
HSV(B) 308.26º 0.7% 0.78% -
XYZ 33.04 18.49 44.48 -
YUV 114.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 198 60 179 0 0.70 0.10 0.22 308.26 0.55 0.51
Hex C6 3C B3 0 46 A 16 134 37 33
Octal 306 74 263 0 106 12 26 464 67 63
Binary 11000110 111100 10110011 0 1000110 1010 10110 100110100 110111 110011

Color Harmonies of #C63CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CB3

Black with #C63CB3

Text Example


Text Example

White with #C63CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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