Html Css Color HEX #C272BA Fuchsia

📋 copy color: '#C272BA'

red 194 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #C272BA

Tints of Fuchsia #C272BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.08%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 39.27%
G = 23.08%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C272BA (or 0xC272BA) is known color: Fuchsia. HEX triplet: C2, 72 and BA. RGB value is (194,114,186). Sum of RGB (Red+Green+Blue) = 194+114+186=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C272BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272BA is #3D8D45. Grayscale: #919191. Windows color (decimal): -4033862 or 12219074. OLE color: 12219074.

HSL color Cylindrical-coordinate representation of color #C272BA: hue angle of 306º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C272BA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 186 -
CMYK 0 0.41 0.04 0.24
HSL 306º 0.4% 0.6% -
HSV(B) 306º 0.41% 0.76% -
XYZ 37.13 27.05 49.72 -
YUV 146.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 194 114 186 0 0.41 0.04 0.24 306 0.4 0.6
Hex C2 72 BA 0 29 4 18 132 28 3C
Octal 302 162 272 0 51 4 30 462 50 74
Binary 11000010 1110010 10111010 0 101001 100 11000 100110010 101000 111100

Color Harmonies of #C272BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272BA

Black with #C272BA

Text Example


Text Example

White with #C272BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272BA; }

 p { color: rgb(194,114,186); }

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

background-color css

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

 a { background-color: rgb(194,114,186); }

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

border-color css

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

 span { border-color: rgb(194,114,186); }

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