Html Css Color HEX #C469C0 Fuchsia

📋 copy color: '#C469C0'

red 196 ◦ green 105 ◦ blue 192

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

Shades of Fuchsia #C469C0

Tints of Fuchsia #C469C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 39.76%
G = 21.3%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C469C0 (or 0xC469C0) is known color: Fuchsia. HEX triplet: C4, 69 and C0. RGB value is (196,105,192). Sum of RGB (Red+Green+Blue) = 196+105+192=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C469C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469C0 is #3B963F. Grayscale: #8D8D8D. Windows color (decimal): -3905088 or 12609988. OLE color: 12609988.

HSL color Cylindrical-coordinate representation of color #C469C0: hue angle of 302.64º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C469C0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 192 -
CMYK 0 0.46 0.02 0.23
HSL 302.64º 0.44% 0.59% -
HSV(B) 302.64º 0.46% 0.77% -
XYZ 37.33 25.64 52.85 -
YUV 142.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 196 105 192 0 0.46 0.02 0.23 302.64 0.44 0.59
Hex C4 69 C0 0 2E 2 17 12F 2C 3B
Octal 304 151 300 0 56 2 27 457 54 73
Binary 11000100 1101001 11000000 0 101110 10 10111 100101111 101100 111011

Color Harmonies of #C469C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469C0

Black with #C469C0

Text Example


Text Example

White with #C469C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469C0; }

 p { color: rgb(196,105,192); }

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

background-color css

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

 a { background-color: rgb(196,105,192); }

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

border-color css

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

 span { border-color: rgb(196,105,192); }

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