Html Css Color HEX #C070BE Fuchsia

📋 copy color: '#C070BE'

red 192 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #C070BE

Tints of Fuchsia #C070BE

RGB

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

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

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

R = 38.87%
G = 22.67%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C070BE (or 0xC070BE) is known color: Fuchsia. HEX triplet: C0, 70 and BE. RGB value is (192,112,190). Sum of RGB (Red+Green+Blue) = 192+112+190=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C070BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070BE is #3F8F41. Grayscale: #909090. Windows color (decimal): -4165442 or 12480704. OLE color: 12480704.

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

Color convert

RGB 192 112 190 -
CMYK 0 0.42 0.01 0.25
HSL 301.5º 0.39% 0.6% -
HSV(B) 301.5º 0.42% 0.75% -
XYZ 36.83 26.51 51.89 -
YUV 144.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 192 112 190 0 0.42 0.01 0.25 301.5 0.39 0.6
Hex C0 70 BE 0 2A 1 19 12E 27 3C
Octal 300 160 276 0 52 1 31 456 47 74
Binary 11000000 1110000 10111110 0 101010 1 11001 100101110 100111 111100

Color Harmonies of #C070BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070BE

Black with #C070BE

Text Example


Text Example

White with #C070BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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