Html Css Color HEX #C273B9 Fuchsia

📋 copy color: '#C273B9'

red 194 ◦ green 115 ◦ blue 185

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

Shades of Fuchsia #C273B9

Tints of Fuchsia #C273B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 39.27%
G = 23.28%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C273B9 (or 0xC273B9) is known color: Fuchsia. HEX triplet: C2, 73 and B9. RGB value is (194,115,185). Sum of RGB (Red+Green+Blue) = 194+115+185=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B9 is #3D8C46. Grayscale: #929292. Windows color (decimal): -4033607 or 12153794. OLE color: 12153794.

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

Color convert

RGB 194 115 185 -
CMYK 0 0.41 0.05 0.24
HSL 306.84º 0.39% 0.61% -
HSV(B) 306.84º 0.41% 0.76% -
XYZ 37.14 27.23 49.2 -
YUV 146.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 194 115 185 0 0.41 0.05 0.24 306.84 0.39 0.61
Hex C2 73 B9 0 29 5 18 133 27 3D
Octal 302 163 271 0 51 5 30 463 47 75
Binary 11000010 1110011 10111001 0 101001 101 11000 100110011 100111 111101

Color Harmonies of #C273B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273B9

Black with #C273B9

Text Example


Text Example

White with #C273B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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