Html Css Color HEX #C070BA Fuchsia

📋 copy color: '#C070BA'

red 192 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #C070BA

Tints of Fuchsia #C070BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 39.18%
G = 22.86%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C070BA (or 0xC070BA) is known color: Fuchsia. HEX triplet: C0, 70 and BA. RGB value is (192,112,186). Sum of RGB (Red+Green+Blue) = 192+112+186=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C070BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070BA is #3F8F45. Grayscale: #909090. Windows color (decimal): -4165446 or 12218560. OLE color: 12218560.

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

Color convert

RGB 192 112 186 -
CMYK 0 0.42 0.03 0.25
HSL 304.5º 0.39% 0.6% -
HSV(B) 304.5º 0.42% 0.75% -
XYZ 36.4 26.34 49.62 -
YUV 144.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 192 112 186 0 0.42 0.03 0.25 304.5 0.39 0.6
Hex C0 70 BA 0 2A 3 19 130 27 3C
Octal 300 160 272 0 52 3 31 460 47 74
Binary 11000000 1110000 10111010 0 101010 11 11001 100110000 100111 111100

Color Harmonies of #C070BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070BA

Black with #C070BA

Text Example


Text Example

White with #C070BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070BA; }

 p { color: rgb(192,112,186); }

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

background-color css

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

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

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

border-color css

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

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

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