Html Css Color HEX #C463CC Fuchsia

📋 copy color: '#C463CC'

red 196 ◦ green 99 ◦ blue 204

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

Shades of Fuchsia #C463CC

Tints of Fuchsia #C463CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 39.28%
G = 19.84%
B = 40.88%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C463CC (or 0xC463CC) is known color: Fuchsia. HEX triplet: C4, 63 and CC. RGB value is (196,99,204). Sum of RGB (Red+Green+Blue) = 196+99+204=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C463CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CC is #3B9C33. Grayscale: #8B8B8B. Windows color (decimal): -3906612 or 13394884. OLE color: 13394884.

HSL color Cylindrical-coordinate representation of color #C463CC: hue angle of 295.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C463CC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 99 204 -
CMYK 0.04 0.51 0 0.2
HSL 295.43º 0.51% 0.59% -
HSV(B) 295.43º 0.51% 0.8% -
XYZ 38.13 25.02 59.95 -
YUV 139.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 196 99 204 0.04 0.51 0 0.2 295.43 0.51 0.59
Hex C4 63 CC 4 33 0 14 127 33 3B
Octal 304 143 314 4 63 0 24 447 63 73
Binary 11000100 1100011 11001100 100 110011 0 10100 100100111 110011 111011

Color Harmonies of #C463CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463CC

Black with #C463CC

Text Example


Text Example

White with #C463CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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