Html Css Color HEX #C269B2 Fuchsia

📋 copy color: '#C269B2'

red 194 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #C269B2

Tints of Fuchsia #C269B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 40.67%
G = 22.01%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C269B2 (or 0xC269B2) is known color: Fuchsia. HEX triplet: C2, 69 and B2. RGB value is (194,105,178). Sum of RGB (Red+Green+Blue) = 194+105+178=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269B2 is #3D964D. Grayscale: #8B8B8B. Windows color (decimal): -4036174 or 11692482. OLE color: 11692482.

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

Color convert

RGB 194 105 178 -
CMYK 0 0.46 0.08 0.24
HSL 310.79º 0.42% 0.59% -
HSV(B) 310.79º 0.46% 0.76% -
XYZ 35.34 24.79 45.04 -
YUV 139.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 194 105 178 0 0.46 0.08 0.24 310.79 0.42 0.59
Hex C2 69 B2 0 2E 8 18 137 2A 3B
Octal 302 151 262 0 56 10 30 467 52 73
Binary 11000010 1101001 10110010 0 101110 1000 11000 100110111 101010 111011

Color Harmonies of #C269B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269B2

Black with #C269B2

Text Example


Text Example

White with #C269B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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