Html Css Color HEX #C269C1 Fuchsia

📋 copy color: '#C269C1'

red 194 ◦ green 105 ◦ blue 193

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

Shades of Fuchsia #C269C1

Tints of Fuchsia #C269C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 39.43%
G = 21.34%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C269C1 (or 0xC269C1) is known color: Fuchsia. HEX triplet: C2, 69 and C1. RGB value is (194,105,193). Sum of RGB (Red+Green+Blue) = 194+105+193=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C269C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C1 is #3D963E. Grayscale: #8D8D8D. Windows color (decimal): -4036159 or 12675522. OLE color: 12675522.

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

Color convert

RGB 194 105 193 -
CMYK 0 0.46 0.01 0.24
HSL 300.67º 0.42% 0.59% -
HSV(B) 300.67º 0.46% 0.76% -
XYZ 36.93 25.42 53.41 -
YUV 141.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 194 105 193 0 0.46 0.01 0.24 300.67 0.42 0.59
Hex C2 69 C1 0 2E 1 18 12D 2A 3B
Octal 302 151 301 0 56 1 30 455 52 73
Binary 11000010 1101001 11000001 0 101110 1 11000 100101101 101010 111011

Color Harmonies of #C269C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269C1

Black with #C269C1

Text Example


Text Example

White with #C269C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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