Html Css Color HEX #C072BB Fuchsia

📋 copy color: '#C072BB'

red 192 ◦ green 114 ◦ blue 187

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

Shades of Fuchsia #C072BB

Tints of Fuchsia #C072BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 38.95%
G = 23.12%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C072BB (or 0xC072BB) is known color: Fuchsia. HEX triplet: C0, 72 and BB. RGB value is (192,114,187). Sum of RGB (Red+Green+Blue) = 192+114+187=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BB is #3F8D44. Grayscale: #919191. Windows color (decimal): -4164933 or 12284608. OLE color: 12284608.

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

Color convert

RGB 192 114 187 -
CMYK 0 0.41 0.03 0.25
HSL 303.85º 0.38% 0.6% -
HSV(B) 303.85º 0.41% 0.75% -
XYZ 36.73 26.83 50.26 -
YUV 145.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 192 114 187 0 0.41 0.03 0.25 303.85 0.38 0.6
Hex C0 72 BB 0 29 3 19 130 26 3C
Octal 300 162 273 0 51 3 31 460 46 74
Binary 11000000 1110010 10111011 0 101001 11 11001 100110000 100110 111100

Color Harmonies of #C072BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072BB

Black with #C072BB

Text Example


Text Example

White with #C072BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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