Html Css Color HEX #C273BE Fuchsia

📋 copy color: '#C273BE'

red 194 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #C273BE

Tints of Fuchsia #C273BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 38.88%
G = 23.05%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C273BE (or 0xC273BE) is known color: Fuchsia. HEX triplet: C2, 73 and BE. RGB value is (194,115,190). Sum of RGB (Red+Green+Blue) = 194+115+190=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C273BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273BE is #3D8C41. Grayscale: #929292. Windows color (decimal): -4033602 or 12481474. OLE color: 12481474.

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

Color convert

RGB 194 115 190 -
CMYK 0 0.41 0.02 0.24
HSL 303.04º 0.39% 0.61% -
HSV(B) 303.04º 0.41% 0.76% -
XYZ 37.67 27.45 52.03 -
YUV 147.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 194 115 190 0 0.41 0.02 0.24 303.04 0.39 0.61
Hex C2 73 BE 0 29 2 18 12F 27 3D
Octal 302 163 276 0 51 2 30 457 47 75
Binary 11000010 1110011 10111110 0 101001 10 11000 100101111 100111 111101

Color Harmonies of #C273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273BE

Black with #C273BE

Text Example


Text Example

White with #C273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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