Html Css Color HEX #C072C0 Fuchsia

📋 copy color: '#C072C0'

red 192 ◦ green 114 ◦ blue 192

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

Shades of Fuchsia #C072C0

Tints of Fuchsia #C072C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 38.55%
G = 22.89%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C072C0 (or 0xC072C0) is known color: Fuchsia. HEX triplet: C0, 72 and C0. RGB value is (192,114,192). Sum of RGB (Red+Green+Blue) = 192+114+192=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C072C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072C0 is #3F8D3F. Grayscale: #919191. Windows color (decimal): -4164928 or 12612288. OLE color: 12612288.

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

Color convert

RGB 192 114 192 -
CMYK 0 0.41 0 0.25
HSL 300º 0.38% 0.6% -
HSV(B) 300º 0.41% 0.75% -
XYZ 37.27 27.05 53.13 -
YUV 146.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 192 114 192 0 0.41 0 0.25 300 0.38 0.6
Hex C0 72 C0 0 29 0 19 12C 26 3C
Octal 300 162 300 0 51 0 31 454 46 74
Binary 11000000 1110010 11000000 0 101001 0 11001 100101100 100110 111100

Color Harmonies of #C072C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072C0

Black with #C072C0

Text Example


Text Example

White with #C072C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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