Html Css Color HEX #C265BB Fuchsia

📋 copy color: '#C265BB'

red 194 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #C265BB

Tints of Fuchsia #C265BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 40.25%
G = 20.95%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C265BB (or 0xC265BB) is known color: Fuchsia. HEX triplet: C2, 65 and BB. RGB value is (194,101,187). Sum of RGB (Red+Green+Blue) = 194+101+187=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C265BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265BB is #3D9A44. Grayscale: #8A8A8A. Windows color (decimal): -4037189 or 12281282. OLE color: 12281282.

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

Color convert

RGB 194 101 187 -
CMYK 0 0.48 0.04 0.24
HSL 304.52º 0.43% 0.58% -
HSV(B) 304.52º 0.48% 0.76% -
XYZ 35.87 24.36 49.83 -
YUV 138.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 194 101 187 0 0.48 0.04 0.24 304.52 0.43 0.58
Hex C2 65 BB 0 30 4 18 131 2B 3A
Octal 302 145 273 0 60 4 30 461 53 72
Binary 11000010 1100101 10111011 0 110000 100 11000 100110001 101011 111010

Color Harmonies of #C265BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265BB

Black with #C265BB

Text Example


Text Example

White with #C265BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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