Html Css Color HEX #C071B2 Fuchsia

📋 copy color: '#C071B2'

red 192 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #C071B2

Tints of Fuchsia #C071B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 39.75%
G = 23.4%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C071B2 (or 0xC071B2) is known color: Fuchsia. HEX triplet: C0, 71 and B2. RGB value is (192,113,178). Sum of RGB (Red+Green+Blue) = 192+113+178=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C071B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071B2 is #3F8E4D. Grayscale: #8F8F8F. Windows color (decimal): -4165198 or 11694528. OLE color: 11694528.

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

Color convert

RGB 192 113 178 -
CMYK 0 0.41 0.07 0.25
HSL 310.63º 0.39% 0.6% -
HSV(B) 310.63º 0.41% 0.75% -
XYZ 35.68 26.23 45.3 -
YUV 144.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 192 113 178 0 0.41 0.07 0.25 310.63 0.39 0.6
Hex C0 71 B2 0 29 7 19 137 27 3C
Octal 300 161 262 0 51 7 31 467 47 74
Binary 11000000 1110001 10110010 0 101001 111 11001 100110111 100111 111100

Color Harmonies of #C071B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071B2

Black with #C071B2

Text Example


Text Example

White with #C071B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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