Html Css Color HEX #C63BAA Fuchsia

📋 copy color: '#C63BAA'

red 198 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #C63BAA

Tints of Fuchsia #C63BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 46.37%
G = 13.82%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C63BAA (or 0xC63BAA) is known color: Fuchsia. HEX triplet: C6, 3B and AA. RGB value is (198,59,170). Sum of RGB (Red+Green+Blue) = 198+59+170=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAA is #39C455. Grayscale: #707070. Windows color (decimal): -3785814 or 11156422. OLE color: 11156422.

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

Color convert

RGB 198 59 170 -
CMYK 0 0.70 0.14 0.22
HSL 312.09º 0.55% 0.5% -
HSV(B) 312.09º 0.7% 0.78% -
XYZ 32.11 18.04 39.82 -
YUV 113.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 198 59 170 0 0.70 0.14 0.22 312.09 0.55 0.5
Hex C6 3B AA 0 46 E 16 138 37 32
Octal 306 73 252 0 106 16 26 470 67 62
Binary 11000110 111011 10101010 0 1000110 1110 10110 100111000 110111 110010

Color Harmonies of #C63BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BAA

Black with #C63BAA

Text Example


Text Example

White with #C63BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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