Html Css Color HEX #C469BE Fuchsia

📋 copy color: '#C469BE'

red 196 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #C469BE

Tints of Fuchsia #C469BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 39.92%
G = 21.38%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C469BE (or 0xC469BE) is known color: Fuchsia. HEX triplet: C4, 69 and BE. RGB value is (196,105,190). Sum of RGB (Red+Green+Blue) = 196+105+190=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C469BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469BE is #3B9641. Grayscale: #8D8D8D. Windows color (decimal): -3905090 or 12478916. OLE color: 12478916.

HSL color Cylindrical-coordinate representation of color #C469BE: hue angle of 303.96º 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 #C469BE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 190 -
CMYK 0 0.46 0.03 0.23
HSL 303.96º 0.44% 0.59% -
HSV(B) 303.96º 0.46% 0.77% -
XYZ 37.11 25.56 51.69 -
YUV 141.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 196 105 190 0 0.46 0.03 0.23 303.96 0.44 0.59
Hex C4 69 BE 0 2E 3 17 130 2C 3B
Octal 304 151 276 0 56 3 27 460 54 73
Binary 11000100 1101001 10111110 0 101110 11 10111 100110000 101100 111011

Color Harmonies of #C469BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469BE

Black with #C469BE

Text Example


Text Example

White with #C469BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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