Html Css Color HEX #C269C6 Fuchsia

📋 copy color: '#C269C6'

red 194 ◦ green 105 ◦ blue 198

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

Shades of Fuchsia #C269C6

Tints of Fuchsia #C269C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 39.03%
G = 21.13%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C269C6 (or 0xC269C6) is known color: Fuchsia. HEX triplet: C2, 69 and C6. RGB value is (194,105,198). Sum of RGB (Red+Green+Blue) = 194+105+198=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #C269C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C6 is #3D9639. Grayscale: #8D8D8D. Windows color (decimal): -4036154 or 13003202. OLE color: 13003202.

HSL color Cylindrical-coordinate representation of color #C269C6: hue angle of 297.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C269C6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 105 198 -
CMYK 0.02 0.47 0 0.22
HSL 297.42º 0.45% 0.59% -
HSV(B) 297.42º 0.47% 0.78% -
XYZ 37.49 25.65 56.4 -
YUV 142.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 194 105 198 0.02 0.47 0 0.22 297.42 0.45 0.59
Hex C2 69 C6 2 2F 0 16 129 2D 3B
Octal 302 151 306 2 57 0 26 451 55 73
Binary 11000010 1101001 11000110 10 101111 0 10110 100101001 101101 111011

Color Harmonies of #C269C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269C6

Black with #C269C6

Text Example


Text Example

White with #C269C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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