Html Css Color HEX #C260BC Fuchsia

📋 copy color: '#C260BC'

red 194 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #C260BC

Tints of Fuchsia #C260BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 40.59%
G = 20.08%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C260BC (or 0xC260BC) is known color: Fuchsia. HEX triplet: C2, 60 and BC. RGB value is (194,96,188). Sum of RGB (Red+Green+Blue) = 194+96+188=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C260BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260BC is #3D9F43. Grayscale: #878787. Windows color (decimal): -4038468 or 12345538. OLE color: 12345538.

HSL color Cylindrical-coordinate representation of color #C260BC: hue angle of 303.67º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C260BC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 188 -
CMYK 0 0.51 0.03 0.24
HSL 303.67º 0.45% 0.57% -
HSV(B) 303.67º 0.51% 0.76% -
XYZ 35.51 23.47 50.23 -
YUV 135.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 194 96 188 0 0.51 0.03 0.24 303.67 0.45 0.57
Hex C2 60 BC 0 33 3 18 130 2D 39
Octal 302 140 274 0 63 3 30 460 55 71
Binary 11000010 1100000 10111100 0 110011 11 11000 100110000 101101 111001

Color Harmonies of #C260BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260BC

Black with #C260BC

Text Example


Text Example

White with #C260BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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