Html Css Color HEX #C72FB3 Fuchsia

📋 copy color: '#C72FB3'

red 199 ◦ green 47 ◦ blue 179

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

Shades of Fuchsia #C72FB3

Tints of Fuchsia #C72FB3

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 179 (70.31% from 255) = 42.12%

R = 46.82%
G = 11.06%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C72FB3 (or 0xC72FB3) is known color: Fuchsia. HEX triplet: C7, 2F and B3. RGB value is (199,47,179). Sum of RGB (Red+Green+Blue) = 199+47+179=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C72FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FB3 is #38D04C. Grayscale: #6B6B6B. Windows color (decimal): -3723341 or 11743175. OLE color: 11743175.

HSL color Cylindrical-coordinate representation of color #C72FB3: hue angle of 307.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72FB3 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 47 179 -
CMYK 0 0.76 0.10 0.22
HSL 307.89º 0.62% 0.48% -
HSV(B) 307.89º 0.76% 0.78% -
XYZ 32.71 17.43 44.29 -
YUV 107.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 199 47 179 0 0.76 0.10 0.22 307.89 0.62 0.48
Hex C7 2F B3 0 4C A 16 134 3E 30
Octal 307 57 263 0 114 12 26 464 76 60
Binary 11000111 101111 10110011 0 1001100 1010 10110 100110100 111110 110000

Color Harmonies of #C72FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FB3

Black with #C72FB3

Text Example


Text Example

White with #C72FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FB3; }

 p { color: rgb(199,47,179); }

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

background-color css

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

 a { background-color: rgb(199,47,179); }

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

border-color css

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

 span { border-color: rgb(199,47,179); }

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