Html Css Color HEX #C273B3 Fuchsia

📋 copy color: '#C273B3'

red 194 ◦ green 115 ◦ blue 179

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

Shades of Fuchsia #C273B3

Tints of Fuchsia #C273B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 39.75%
G = 23.57%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C273B3 (or 0xC273B3) is known color: Fuchsia. HEX triplet: C2, 73 and B3. RGB value is (194,115,179). Sum of RGB (Red+Green+Blue) = 194+115+179=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B3 is #3D8C4C. Grayscale: #919191. Windows color (decimal): -4033613 or 11760578. OLE color: 11760578.

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

Color convert

RGB 194 115 179 -
CMYK 0 0.41 0.08 0.24
HSL 311.39º 0.39% 0.61% -
HSV(B) 311.39º 0.41% 0.76% -
XYZ 36.52 26.99 45.93 -
YUV 145.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 194 115 179 0 0.41 0.08 0.24 311.39 0.39 0.61
Hex C2 73 B3 0 29 8 18 137 27 3D
Octal 302 163 263 0 51 10 30 467 47 75
Binary 11000010 1110011 10110011 0 101001 1000 11000 100110111 100111 111101

Color Harmonies of #C273B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273B3

Black with #C273B3

Text Example


Text Example

White with #C273B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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