Html Css Color HEX #C072B9 Fuchsia

📋 copy color: '#C072B9'

red 192 ◦ green 114 ◦ blue 185

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

Shades of Fuchsia #C072B9

Tints of Fuchsia #C072B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 39.1%
G = 23.22%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C072B9 (or 0xC072B9) is known color: Fuchsia. HEX triplet: C0, 72 and B9. RGB value is (192,114,185). Sum of RGB (Red+Green+Blue) = 192+114+185=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C072B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072B9 is #3F8D46. Grayscale: #919191. Windows color (decimal): -4164935 or 12153536. OLE color: 12153536.

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

Color convert

RGB 192 114 185 -
CMYK 0 0.41 0.04 0.25
HSL 305.38º 0.38% 0.6% -
HSV(B) 305.38º 0.41% 0.75% -
XYZ 36.51 26.74 49.14 -
YUV 145.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 192 114 185 0 0.41 0.04 0.25 305.38 0.38 0.6
Hex C0 72 B9 0 29 4 19 131 26 3C
Octal 300 162 271 0 51 4 31 461 46 74
Binary 11000000 1110010 10111001 0 101001 100 11001 100110001 100110 111100

Color Harmonies of #C072B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072B9

Black with #C072B9

Text Example


Text Example

White with #C072B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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