Html Css Color HEX #C63CAF Fuchsia

📋 copy color: '#C63CAF'

red 198 ◦ green 60 ◦ blue 175

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

Shades of Fuchsia #C63CAF

Tints of Fuchsia #C63CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 45.73%
G = 13.86%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C63CAF (or 0xC63CAF) is known color: Fuchsia. HEX triplet: C6, 3C and AF. RGB value is (198,60,175). Sum of RGB (Red+Green+Blue) = 198+60+175=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CAF is #39C350. Grayscale: #727272. Windows color (decimal): -3785553 or 11484358. OLE color: 11484358.

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

Color convert

RGB 198 60 175 -
CMYK 0 0.70 0.12 0.22
HSL 310º 0.55% 0.51% -
HSV(B) 310º 0.7% 0.78% -
XYZ 32.64 18.33 42.38 -
YUV 114.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 198 60 175 0 0.70 0.12 0.22 310 0.55 0.51
Hex C6 3C AF 0 46 C 16 136 37 33
Octal 306 74 257 0 106 14 26 466 67 63
Binary 11000110 111100 10101111 0 1000110 1100 10110 100110110 110111 110011

Color Harmonies of #C63CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63CAF

Black with #C63CAF

Text Example


Text Example

White with #C63CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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