Html Css Color HEX #C269AF Fuchsia

📋 copy color: '#C269AF'

red 194 ◦ green 105 ◦ blue 175

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

Shades of Fuchsia #C269AF

Tints of Fuchsia #C269AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 40.93%
G = 22.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C269AF (or 0xC269AF) is known color: Fuchsia. HEX triplet: C2, 69 and AF. RGB value is (194,105,175). Sum of RGB (Red+Green+Blue) = 194+105+175=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AF is #3D9650. Grayscale: #8B8B8B. Windows color (decimal): -4036177 or 11495874. OLE color: 11495874.

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

Color convert

RGB 194 105 175 -
CMYK 0 0.46 0.10 0.24
HSL 312.81º 0.42% 0.59% -
HSV(B) 312.81º 0.46% 0.76% -
XYZ 35.04 24.67 43.47 -
YUV 139.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 194 105 175 0 0.46 0.10 0.24 312.81 0.42 0.59
Hex C2 69 AF 0 2E A 18 139 2A 3B
Octal 302 151 257 0 56 12 30 471 52 73
Binary 11000010 1101001 10101111 0 101110 1010 11000 100111001 101010 111011

Color Harmonies of #C269AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269AF

Black with #C269AF

Text Example


Text Example

White with #C269AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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