Html Css Color HEX #C073BC Fuchsia

📋 copy color: '#C073BC'

red 192 ◦ green 115 ◦ blue 188

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

Shades of Fuchsia #C073BC

Tints of Fuchsia #C073BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 38.79%
G = 23.23%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C073BC (or 0xC073BC) is known color: Fuchsia. HEX triplet: C0, 73 and BC. RGB value is (192,115,188). Sum of RGB (Red+Green+Blue) = 192+115+188=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BC is #3F8C43. Grayscale: #929292. Windows color (decimal): -4164676 or 12350400. OLE color: 12350400.

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

Color convert

RGB 192 115 188 -
CMYK 0 0.40 0.02 0.25
HSL 303.12º 0.38% 0.6% -
HSV(B) 303.12º 0.4% 0.75% -
XYZ 36.95 27.1 50.86 -
YUV 146.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 192 115 188 0 0.40 0.02 0.25 303.12 0.38 0.6
Hex C0 73 BC 0 28 2 19 12F 26 3C
Octal 300 163 274 0 50 2 31 457 46 74
Binary 11000000 1110011 10111100 0 101000 10 11001 100101111 100110 111100

Color Harmonies of #C073BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073BC

Black with #C073BC

Text Example


Text Example

White with #C073BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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