Html Css Color HEX #C071C8 Fuchsia

📋 copy color: '#C071C8'

red 192 ◦ green 113 ◦ blue 200

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

Shades of Fuchsia #C071C8

Tints of Fuchsia #C071C8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.38%

 BLUE value IS 200 (78.52% from 255) = 39.6%

R = 38.02%
G = 22.38%
B = 39.6%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C071C8 (or 0xC071C8) is known color: Fuchsia. HEX triplet: C0, 71 and C8. RGB value is (192,113,200). Sum of RGB (Red+Green+Blue) = 192+113+200=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #C071C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071C8 is #3F8E37. Grayscale: #929292. Windows color (decimal): -4165176 or 13136320. OLE color: 13136320.

HSL color Cylindrical-coordinate representation of color #C071C8: hue angle of 294.48º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C071C8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 113 200 -
CMYK 0.04 0.44 0 0.22
HSL 294.48º 0.44% 0.61% -
HSV(B) 294.48º 0.44% 0.78% -
XYZ 38.07 27.19 57.88 -
YUV 146.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 192 113 200 0.04 0.44 0 0.22 294.48 0.44 0.61
Hex C0 71 C8 4 2C 0 16 126 2C 3D
Octal 300 161 310 4 54 0 26 446 54 75
Binary 11000000 1110001 11001000 100 101100 0 10110 100100110 101100 111101

Color Harmonies of #C071C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071C8

Black with #C071C8

Text Example


Text Example

White with #C071C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071C8; }

 p { color: rgb(192,113,200); }

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

background-color css

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

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

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

border-color css

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

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

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