Html Css Color HEX #C072BD Fuchsia

📋 copy color: '#C072BD'

red 192 ◦ green 114 ◦ blue 189

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

Shades of Fuchsia #C072BD

Tints of Fuchsia #C072BD

RGB

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

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

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

R = 38.79%
G = 23.03%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C072BD (or 0xC072BD) is known color: Fuchsia. HEX triplet: C0, 72 and BD. RGB value is (192,114,189). Sum of RGB (Red+Green+Blue) = 192+114+189=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BD is #3F8D42. Grayscale: #919191. Windows color (decimal): -4164931 or 12415680. OLE color: 12415680.

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

Color convert

RGB 192 114 189 -
CMYK 0 0.41 0.02 0.25
HSL 302.31º 0.38% 0.6% -
HSV(B) 302.31º 0.41% 0.75% -
XYZ 36.94 26.92 51.39 -
YUV 145.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 192 114 189 0 0.41 0.02 0.25 302.31 0.38 0.6
Hex C0 72 BD 0 29 2 19 12E 26 3C
Octal 300 162 275 0 51 2 31 456 46 74
Binary 11000000 1110010 10111101 0 101001 10 11001 100101110 100110 111100

Color Harmonies of #C072BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072BD

Black with #C072BD

Text Example


Text Example

White with #C072BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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