Html Css Color HEX #C073BB Fuchsia

📋 copy color: '#C073BB'

red 192 ◦ green 115 ◦ blue 187

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

Shades of Fuchsia #C073BB

Tints of Fuchsia #C073BB

RGB

 RED value IS 192 (75.39% from 255) = 38.87%

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

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

R = 38.87%
G = 23.28%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C073BB (or 0xC073BB) is known color: Fuchsia. HEX triplet: C0, 73 and BB. RGB value is (192,115,187). Sum of RGB (Red+Green+Blue) = 192+115+187=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BB is #3F8C44. Grayscale: #929292. Windows color (decimal): -4164677 or 12284864. OLE color: 12284864.

HSL color Cylindrical-coordinate representation of color #C073BB: hue angle of 303.9º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C073BB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 187 -
CMYK 0 0.40 0.03 0.25
HSL 303.9º 0.38% 0.6% -
HSV(B) 303.9º 0.4% 0.75% -
XYZ 36.84 27.06 50.29 -
YUV 146.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 192 115 187 0 0.40 0.03 0.25 303.9 0.38 0.6
Hex C0 73 BB 0 28 3 19 130 26 3C
Octal 300 163 273 0 50 3 31 460 46 74
Binary 11000000 1110011 10111011 0 101000 11 11001 100110000 100110 111100

Color Harmonies of #C073BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073BB

Black with #C073BB

Text Example


Text Example

White with #C073BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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