Html Css Color HEX #C072B1 Fuchsia

📋 copy color: '#C072B1'

red 192 ◦ green 114 ◦ blue 177

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

Shades of Fuchsia #C072B1

Tints of Fuchsia #C072B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 177 (69.53% from 255) = 36.65%

R = 39.75%
G = 23.6%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C072B1 (or 0xC072B1) is known color: Fuchsia. HEX triplet: C0, 72 and B1. RGB value is (192,114,177). Sum of RGB (Red+Green+Blue) = 192+114+177=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C072B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072B1 is #3F8D4E. Grayscale: #909090. Windows color (decimal): -4164943 or 11629248. OLE color: 11629248.

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

Color convert

RGB 192 114 177 -
CMYK 0 0.41 0.08 0.25
HSL 311.54º 0.38% 0.6% -
HSV(B) 311.54º 0.41% 0.75% -
XYZ 35.69 26.42 44.81 -
YUV 144.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 192 114 177 0 0.41 0.08 0.25 311.54 0.38 0.6
Hex C0 72 B1 0 29 8 19 138 26 3C
Octal 300 162 261 0 51 10 31 470 46 74
Binary 11000000 1110010 10110001 0 101001 1000 11001 100111000 100110 111100

Color Harmonies of #C072B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072B1

Black with #C072B1

Text Example


Text Example

White with #C072B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072B1; }

 p { color: rgb(192,114,177); }

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

background-color css

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

 a { background-color: rgb(192,114,177); }

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

border-color css

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

 span { border-color: rgb(192,114,177); }

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