Html Css Color HEX #C071B5 Fuchsia

📋 copy color: '#C071B5'

red 192 ◦ green 113 ◦ blue 181

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

Shades of Fuchsia #C071B5

Tints of Fuchsia #C071B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 39.51%
G = 23.25%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C071B5 (or 0xC071B5) is known color: Fuchsia. HEX triplet: C0, 71 and B5. RGB value is (192,113,181). Sum of RGB (Red+Green+Blue) = 192+113+181=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C071B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071B5 is #3F8E4A. Grayscale: #909090. Windows color (decimal): -4165195 or 11891136. OLE color: 11891136.

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

Color convert

RGB 192 113 181 -
CMYK 0 0.41 0.06 0.25
HSL 308.35º 0.39% 0.6% -
HSV(B) 308.35º 0.41% 0.75% -
XYZ 35.98 26.35 46.91 -
YUV 144.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 192 113 181 0 0.41 0.06 0.25 308.35 0.39 0.6
Hex C0 71 B5 0 29 6 19 134 27 3C
Octal 300 161 265 0 51 6 31 464 47 74
Binary 11000000 1110001 10110101 0 101001 110 11001 100110100 100111 111100

Color Harmonies of #C071B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071B5

Black with #C071B5

Text Example


Text Example

White with #C071B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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