Html Css Color HEX #C265B1 Fuchsia

📋 copy color: '#C265B1'

red 194 ◦ green 101 ◦ blue 177

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

Shades of Fuchsia #C265B1

Tints of Fuchsia #C265B1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

 BLUE value IS 177 (69.53% from 255) = 37.5%

R = 41.1%
G = 21.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C265B1 (or 0xC265B1) is known color: Fuchsia. HEX triplet: C2, 65 and B1. RGB value is (194,101,177). Sum of RGB (Red+Green+Blue) = 194+101+177=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C265B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265B1 is #3D9A4E. Grayscale: #898989. Windows color (decimal): -4037199 or 11625922. OLE color: 11625922.

HSL color Cylindrical-coordinate representation of color #C265B1: hue angle of 310.97º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C265B1 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 177 -
CMYK 0 0.48 0.09 0.24
HSL 310.97º 0.43% 0.58% -
HSV(B) 310.97º 0.48% 0.76% -
XYZ 34.84 23.95 44.38 -
YUV 137.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 194 101 177 0 0.48 0.09 0.24 310.97 0.43 0.58
Hex C2 65 B1 0 30 9 18 137 2B 3A
Octal 302 145 261 0 60 11 30 467 53 72
Binary 11000010 1100101 10110001 0 110000 1001 11000 100110111 101011 111010

Color Harmonies of #C265B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265B1

Black with #C265B1

Text Example


Text Example

White with #C265B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265B1; }

 p { color: rgb(194,101,177); }

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

background-color css

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

 a { background-color: rgb(194,101,177); }

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

border-color css

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

 span { border-color: rgb(194,101,177); }

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