Html Css Color HEX #C265BC Fuchsia

📋 copy color: '#C265BC'

red 194 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #C265BC

Tints of Fuchsia #C265BC

RGB

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

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

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

R = 40.17%
G = 20.91%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C265BC (or 0xC265BC) is known color: Fuchsia. HEX triplet: C2, 65 and BC. RGB value is (194,101,188). Sum of RGB (Red+Green+Blue) = 194+101+188=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C265BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265BC is #3D9A43. Grayscale: #8A8A8A. Windows color (decimal): -4037188 or 12346818. OLE color: 12346818.

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

Color convert

RGB 194 101 188 -
CMYK 0 0.48 0.03 0.24
HSL 303.87º 0.43% 0.58% -
HSV(B) 303.87º 0.48% 0.76% -
XYZ 35.98 24.41 50.39 -
YUV 138.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 194 101 188 0 0.48 0.03 0.24 303.87 0.43 0.58
Hex C2 65 BC 0 30 3 18 130 2B 3A
Octal 302 145 274 0 60 3 30 460 53 72
Binary 11000010 1100101 10111100 0 110000 11 11000 100110000 101011 111010

Color Harmonies of #C265BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265BC

Black with #C265BC

Text Example


Text Example

White with #C265BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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