Html Css Color HEX #C63EAF Fuchsia

📋 copy color: '#C63EAF'

red 198 ◦ green 62 ◦ blue 175

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

Shades of Fuchsia #C63EAF

Tints of Fuchsia #C63EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.25%

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

R = 45.52%
G = 14.25%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C63EAF (or 0xC63EAF) is known color: Fuchsia. HEX triplet: C6, 3E and AF. RGB value is (198,62,175). Sum of RGB (Red+Green+Blue) = 198+62+175=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63EAF is #39C150. Grayscale: #737373. Windows color (decimal): -3785041 or 11484870. OLE color: 11484870.

HSL color Cylindrical-coordinate representation of color #C63EAF: hue angle of 310.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63EAF is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 62 175 -
CMYK 0 0.69 0.12 0.22
HSL 310.15º 0.54% 0.51% -
HSV(B) 310.15º 0.69% 0.78% -
XYZ 32.75 18.55 42.41 -
YUV 115.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 198 62 175 0 0.69 0.12 0.22 310.15 0.54 0.51
Hex C6 3E AF 0 45 C 16 136 36 33
Octal 306 76 257 0 105 14 26 466 66 63
Binary 11000110 111110 10101111 0 1000101 1100 10110 100110110 110110 110011

Color Harmonies of #C63EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63EAF

Black with #C63EAF

Text Example


Text Example

White with #C63EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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