Html Css Color HEX #C073B7 Fuchsia

📋 copy color: '#C073B7'

red 192 ◦ green 115 ◦ blue 183

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

Shades of Fuchsia #C073B7

Tints of Fuchsia #C073B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 39.18%
G = 23.47%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C073B7 (or 0xC073B7) is known color: Fuchsia. HEX triplet: C0, 73 and B7. RGB value is (192,115,183). Sum of RGB (Red+Green+Blue) = 192+115+183=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C073B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073B7 is #3F8C48. Grayscale: #919191. Windows color (decimal): -4164681 or 12022720. OLE color: 12022720.

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

Color convert

RGB 192 115 183 -
CMYK 0 0.40 0.05 0.25
HSL 307.01º 0.38% 0.6% -
HSV(B) 307.01º 0.4% 0.75% -
XYZ 36.42 26.89 48.07 -
YUV 145.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 192 115 183 0 0.40 0.05 0.25 307.01 0.38 0.6
Hex C0 73 B7 0 28 5 19 133 26 3C
Octal 300 163 267 0 50 5 31 463 46 74
Binary 11000000 1110011 10110111 0 101000 101 11001 100110011 100110 111100

Color Harmonies of #C073B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073B7

Black with #C073B7

Text Example


Text Example

White with #C073B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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