Html Css Color HEX #C463CA Fuchsia

📋 copy color: '#C463CA'

red 196 ◦ green 99 ◦ blue 202

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

Shades of Fuchsia #C463CA

Tints of Fuchsia #C463CA

RGB

 RED value IS 196 (76.95% from 255) = 39.44%

 GREEN value IS 99 (39.06% from 255) = 19.92%

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 39.44%
G = 19.92%
B = 40.64%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C463CA (or 0xC463CA) is known color: Fuchsia. HEX triplet: C4, 63 and CA. RGB value is (196,99,202). Sum of RGB (Red+Green+Blue) = 196+99+202=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C463CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CA is #3B9C35. Grayscale: #8B8B8B. Windows color (decimal): -3906614 or 13263812. OLE color: 13263812.

HSL color Cylindrical-coordinate representation of color #C463CA: hue angle of 296.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C463CA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 99 202 -
CMYK 0.03 0.51 0 0.21
HSL 296.5º 0.49% 0.59% -
HSV(B) 296.5º 0.51% 0.79% -
XYZ 37.89 24.92 58.69 -
YUV 139.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 196 99 202 0.03 0.51 0 0.21 296.5 0.49 0.59
Hex C4 63 CA 3 33 0 15 129 31 3B
Octal 304 143 312 3 63 0 25 451 61 73
Binary 11000100 1100011 11001010 11 110011 0 10101 100101001 110001 111011

Color Harmonies of #C463CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463CA

Black with #C463CA

Text Example


Text Example

White with #C463CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463CA; }

 p { color: rgb(196,99,202); }

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

background-color css

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

 a { background-color: rgb(196,99,202); }

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

border-color css

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

 span { border-color: rgb(196,99,202); }

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