Html Css Color HEX #C072BE Fuchsia

📋 copy color: '#C072BE'

red 192 ◦ green 114 ◦ blue 190

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

Shades of Fuchsia #C072BE

Tints of Fuchsia #C072BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 38.71%
G = 22.98%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C072BE (or 0xC072BE) is known color: Fuchsia. HEX triplet: C0, 72 and BE. RGB value is (192,114,190). Sum of RGB (Red+Green+Blue) = 192+114+190=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BE is #3F8D41. Grayscale: #919191. Windows color (decimal): -4164930 or 12481216. OLE color: 12481216.

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

Color convert

RGB 192 114 190 -
CMYK 0 0.41 0.01 0.25
HSL 301.54º 0.38% 0.6% -
HSV(B) 301.54º 0.41% 0.75% -
XYZ 37.05 26.96 51.97 -
YUV 145.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 192 114 190 0 0.41 0.01 0.25 301.54 0.38 0.6
Hex C0 72 BE 0 29 1 19 12E 26 3C
Octal 300 162 276 0 51 1 31 456 46 74
Binary 11000000 1110010 10111110 0 101001 1 11001 100101110 100110 111100

Color Harmonies of #C072BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072BE

Black with #C072BE

Text Example


Text Example

White with #C072BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072BE; }

 p { color: rgb(192,114,190); }

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

background-color css

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

 a { background-color: rgb(192,114,190); }

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

border-color css

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

 span { border-color: rgb(192,114,190); }

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