Html Css Color HEX #C469B9 Fuchsia

📋 copy color: '#C469B9'

red 196 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #C469B9

Tints of Fuchsia #C469B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 40.33%
G = 21.6%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C469B9 (or 0xC469B9) is known color: Fuchsia. HEX triplet: C4, 69 and B9. RGB value is (196,105,185). Sum of RGB (Red+Green+Blue) = 196+105+185=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C469B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469B9 is #3B9646. Grayscale: #8D8D8D. Windows color (decimal): -3905095 or 12151236. OLE color: 12151236.

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

Color convert

RGB 196 105 185 -
CMYK 0 0.46 0.06 0.23
HSL 307.25º 0.44% 0.59% -
HSV(B) 307.25º 0.46% 0.77% -
XYZ 36.57 25.34 48.86 -
YUV 141.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 196 105 185 0 0.46 0.06 0.23 307.25 0.44 0.59
Hex C4 69 B9 0 2E 6 17 133 2C 3B
Octal 304 151 271 0 56 6 27 463 54 73
Binary 11000100 1101001 10111001 0 101110 110 10111 100110011 101100 111011

Color Harmonies of #C469B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469B9

Black with #C469B9

Text Example


Text Example

White with #C469B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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