Html Css Color HEX #C273BD Fuchsia

📋 copy color: '#C273BD'

red 194 ◦ green 115 ◦ blue 189

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

Shades of Fuchsia #C273BD

Tints of Fuchsia #C273BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 38.96%
G = 23.09%
B = 37.95%

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

#C273BD (or 0xC273BD) is known color: Fuchsia. HEX triplet: C2, 73 and BD. RGB value is (194,115,189). Sum of RGB (Red+Green+Blue) = 194+115+189=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C273BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273BD is #3D8C42. Grayscale: #929292. Windows color (decimal): -4033603 or 12415938. OLE color: 12415938.

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

Color convert

RGB 194 115 189 -
CMYK 0 0.41 0.03 0.24
HSL 303.8º 0.39% 0.61% -
HSV(B) 303.8º 0.41% 0.76% -
XYZ 37.56 27.4 51.45 -
YUV 147.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 194 115 189 0 0.41 0.03 0.24 303.8 0.39 0.61
Hex C2 73 BD 0 29 3 18 130 27 3D
Octal 302 163 275 0 51 3 30 460 47 75
Binary 11000010 1110011 10111101 0 101001 11 11000 100110000 100111 111101

Color Harmonies of #C273BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273BD

Black with #C273BD

Text Example


Text Example

White with #C273BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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