Html Css Color HEX #C273BC Fuchsia

📋 copy color: '#C273BC'

red 194 ◦ green 115 ◦ blue 188

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

Shades of Fuchsia #C273BC

Tints of Fuchsia #C273BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

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

R = 39.03%
G = 23.14%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C273BC (or 0xC273BC) is known color: Fuchsia. HEX triplet: C2, 73 and BC. RGB value is (194,115,188). Sum of RGB (Red+Green+Blue) = 194+115+188=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C273BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273BC is #3D8C43. Grayscale: #929292. Windows color (decimal): -4033604 or 12350402. OLE color: 12350402.

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

Color convert

RGB 194 115 188 -
CMYK 0 0.41 0.03 0.24
HSL 304.56º 0.39% 0.61% -
HSV(B) 304.56º 0.41% 0.76% -
XYZ 37.46 27.36 50.88 -
YUV 146.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 194 115 188 0 0.41 0.03 0.24 304.56 0.39 0.61
Hex C2 73 BC 0 29 3 18 131 27 3D
Octal 302 163 274 0 51 3 30 461 47 75
Binary 11000010 1110011 10111100 0 101001 11 11000 100110001 100111 111101

Color Harmonies of #C273BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273BC

Black with #C273BC

Text Example


Text Example

White with #C273BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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