Html Css Color HEX #C273BB Fuchsia

📋 copy color: '#C273BB'

red 194 ◦ green 115 ◦ blue 187

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

Shades of Fuchsia #C273BB

Tints of Fuchsia #C273BB

RGB

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

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

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

R = 39.11%
G = 23.19%
B = 37.7%

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

#C273BB (or 0xC273BB) is known color: Fuchsia. HEX triplet: C2, 73 and BB. RGB value is (194,115,187). Sum of RGB (Red+Green+Blue) = 194+115+187=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C273BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273BB is #3D8C44. Grayscale: #929292. Windows color (decimal): -4033605 or 12284866. OLE color: 12284866.

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

Color convert

RGB 194 115 187 -
CMYK 0 0.41 0.04 0.24
HSL 305.32º 0.39% 0.61% -
HSV(B) 305.32º 0.41% 0.76% -
XYZ 37.35 27.32 50.32 -
YUV 146.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 194 115 187 0 0.41 0.04 0.24 305.32 0.39 0.61
Hex C2 73 BB 0 29 4 18 131 27 3D
Octal 302 163 273 0 51 4 30 461 47 75
Binary 11000010 1110011 10111011 0 101001 100 11000 100110001 100111 111101

Color Harmonies of #C273BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273BB

Black with #C273BB

Text Example


Text Example

White with #C273BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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