Html Css Color HEX #C260C8 Fuchsia

📋 copy color: '#C260C8'

red 194 ◦ green 96 ◦ blue 200

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

Shades of Fuchsia #C260C8

Tints of Fuchsia #C260C8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

 BLUE value IS 200 (78.52% from 255) = 40.82%

R = 39.59%
G = 19.59%
B = 40.82%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C260C8 (or 0xC260C8) is known color: Fuchsia. HEX triplet: C2, 60 and C8. RGB value is (194,96,200). Sum of RGB (Red+Green+Blue) = 194+96+200=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #C260C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260C8 is #3D9F37. Grayscale: #888888. Windows color (decimal): -4038456 or 13131970. OLE color: 13131970.

HSL color Cylindrical-coordinate representation of color #C260C8: hue angle of 296.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C260C8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 96 200 -
CMYK 0.03 0.52 0 0.22
HSL 296.54º 0.49% 0.58% -
HSV(B) 296.54º 0.52% 0.78% -
XYZ 36.86 24.01 57.33 -
YUV 137.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 194 96 200 0.03 0.52 0 0.22 296.54 0.49 0.58
Hex C2 60 C8 3 34 0 16 129 31 3A
Octal 302 140 310 3 64 0 26 451 61 72
Binary 11000010 1100000 11001000 11 110100 0 10110 100101001 110001 111010

Color Harmonies of #C260C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260C8

Black with #C260C8

Text Example


Text Example

White with #C260C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260C8; }

 p { color: rgb(194,96,200); }

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

background-color css

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

 a { background-color: rgb(194,96,200); }

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

border-color css

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

 span { border-color: rgb(194,96,200); }

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