Html Css Color HEX #C070B7 Fuchsia

📋 copy color: '#C070B7'

red 192 ◦ green 112 ◦ blue 183

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

Shades of Fuchsia #C070B7

Tints of Fuchsia #C070B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.58%

R = 39.43%
G = 23%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C070B7 (or 0xC070B7) is known color: Fuchsia. HEX triplet: C0, 70 and B7. RGB value is (192,112,183). Sum of RGB (Red+Green+Blue) = 192+112+183=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C070B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070B7 is #3F8F48. Grayscale: #8F8F8F. Windows color (decimal): -4165449 or 12021952. OLE color: 12021952.

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

Color convert

RGB 192 112 183 -
CMYK 0 0.42 0.05 0.25
HSL 306.75º 0.39% 0.6% -
HSV(B) 306.75º 0.42% 0.75% -
XYZ 36.08 26.21 47.96 -
YUV 144.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 192 112 183 0 0.42 0.05 0.25 306.75 0.39 0.6
Hex C0 70 B7 0 2A 5 19 133 27 3C
Octal 300 160 267 0 52 5 31 463 47 74
Binary 11000000 1110000 10110111 0 101010 101 11001 100110011 100111 111100

Color Harmonies of #C070B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070B7

Black with #C070B7

Text Example


Text Example

White with #C070B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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