Html Css Color HEX #C070BF Fuchsia

📋 copy color: '#C070BF'

red 192 ◦ green 112 ◦ blue 191

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

Shades of Fuchsia #C070BF

Tints of Fuchsia #C070BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.59%

R = 38.79%
G = 22.63%
B = 38.59%

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

#C070BF (or 0xC070BF) is known color: Fuchsia. HEX triplet: C0, 70 and BF. RGB value is (192,112,191). Sum of RGB (Red+Green+Blue) = 192+112+191=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C070BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070BF is #3F8F40. Grayscale: #909090. Windows color (decimal): -4165441 or 12546240. OLE color: 12546240.

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

Color convert

RGB 192 112 191 -
CMYK 0 0.42 0.01 0.25
HSL 300.75º 0.39% 0.6% -
HSV(B) 300.75º 0.42% 0.75% -
XYZ 36.94 26.56 52.47 -
YUV 144.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 192 112 191 0 0.42 0.01 0.25 300.75 0.39 0.6
Hex C0 70 BF 0 2A 1 19 12D 27 3C
Octal 300 160 277 0 52 1 31 455 47 74
Binary 11000000 1110000 10111111 0 101010 1 11001 100101101 100111 111100

Color Harmonies of #C070BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070BF

Black with #C070BF

Text Example


Text Example

White with #C070BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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