Html Css Color HEX #C72BBF Fuchsia

📋 copy color: '#C72BBF'

red 199 ◦ green 43 ◦ blue 191

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

Shades of Fuchsia #C72BBF

Tints of Fuchsia #C72BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.93%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 45.96%
G = 9.93%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C72BBF (or 0xC72BBF) is known color: Fuchsia. HEX triplet: C7, 2B and BF. RGB value is (199,43,191). Sum of RGB (Red+Green+Blue) = 199+43+191=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BBF is #38D440. Grayscale: #6A6A6A. Windows color (decimal): -3724353 or 12528583. OLE color: 12528583.

HSL color Cylindrical-coordinate representation of color #C72BBF: hue angle of 303.08º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72BBF is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 43 191 -
CMYK 0 0.78 0.04 0.22
HSL 303.08º 0.64% 0.47% -
HSV(B) 303.08º 0.78% 0.78% -
XYZ 33.82 17.63 50.91 -
YUV 106.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 199 43 191 0 0.78 0.04 0.22 303.08 0.64 0.47
Hex C7 2B BF 0 4E 4 16 12F 40 2F
Octal 307 53 277 0 116 4 26 457 100 57
Binary 11000111 101011 10111111 0 1001110 100 10110 100101111 1000000 101111

Color Harmonies of #C72BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BBF

Black with #C72BBF

Text Example


Text Example

White with #C72BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BBF; }

 p { color: rgb(199,43,191); }

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

background-color css

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

 a { background-color: rgb(199,43,191); }

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

border-color css

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

 span { border-color: rgb(199,43,191); }

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