Html Css Color HEX #C269BA Fuchsia

📋 copy color: '#C269BA'

red 194 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #C269BA

Tints of Fuchsia #C269BA

RGB

 RED value IS 194 (76.17% from 255) = 40%

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 40%
G = 21.65%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C269BA (or 0xC269BA) is known color: Fuchsia. HEX triplet: C2, 69 and BA. RGB value is (194,105,186). Sum of RGB (Red+Green+Blue) = 194+105+186=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C269BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269BA is #3D9645. Grayscale: #8C8C8C. Windows color (decimal): -4036166 or 12216770. OLE color: 12216770.

HSL color Cylindrical-coordinate representation of color #C269BA: hue angle of 305.39º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269BA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 186 -
CMYK 0 0.46 0.04 0.24
HSL 305.39º 0.42% 0.59% -
HSV(B) 305.39º 0.46% 0.76% -
XYZ 36.16 25.12 49.4 -
YUV 140.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 194 105 186 0 0.46 0.04 0.24 305.39 0.42 0.59
Hex C2 69 BA 0 2E 4 18 131 2A 3B
Octal 302 151 272 0 56 4 30 461 52 73
Binary 11000010 1101001 10111010 0 101110 100 11000 100110001 101010 111011

Color Harmonies of #C269BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269BA

Black with #C269BA

Text Example


Text Example

White with #C269BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269BA; }

 p { color: rgb(194,105,186); }

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

background-color css

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

 a { background-color: rgb(194,105,186); }

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

border-color css

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

 span { border-color: rgb(194,105,186); }

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