Html Css Color HEX #C269B0 Fuchsia

📋 copy color: '#C269B0'

red 194 ◦ green 105 ◦ blue 176

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

Shades of Fuchsia #C269B0

Tints of Fuchsia #C269B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 40.84%
G = 22.11%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C269B0 (or 0xC269B0) is known color: Fuchsia. HEX triplet: C2, 69 and B0. RGB value is (194,105,176). Sum of RGB (Red+Green+Blue) = 194+105+176=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269B0 is #3D964F. Grayscale: #8B8B8B. Windows color (decimal): -4036176 or 11561410. OLE color: 11561410.

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

Color convert

RGB 194 105 176 -
CMYK 0 0.46 0.09 0.24
HSL 312.13º 0.42% 0.59% -
HSV(B) 312.13º 0.46% 0.76% -
XYZ 35.14 24.71 43.99 -
YUV 139.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 194 105 176 0 0.46 0.09 0.24 312.13 0.42 0.59
Hex C2 69 B0 0 2E 9 18 138 2A 3B
Octal 302 151 260 0 56 11 30 470 52 73
Binary 11000010 1101001 10110000 0 101110 1001 11000 100111000 101010 111011

Color Harmonies of #C269B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269B0

Black with #C269B0

Text Example


Text Example

White with #C269B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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