Html Css Color HEX #C72BC5 Fuchsia

📋 copy color: '#C72BC5'

red 199 ◦ green 43 ◦ blue 197

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

Shades of Fuchsia #C72BC5

Tints of Fuchsia #C72BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 45.33%
G = 9.79%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C72BC5 (or 0xC72BC5) is known color: Fuchsia. HEX triplet: C7, 2B and C5. RGB value is (199,43,197). Sum of RGB (Red+Green+Blue) = 199+43+197=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BC5 is #38D43A. Grayscale: #6A6A6A. Windows color (decimal): -3724347 or 12921799. OLE color: 12921799.

HSL color Cylindrical-coordinate representation of color #C72BC5: hue angle of 300.77º 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 #C72BC5 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 43 197 -
CMYK 0 0.78 0.01 0.22
HSL 300.77º 0.64% 0.47% -
HSV(B) 300.77º 0.78% 0.78% -
XYZ 34.5 17.9 54.46 -
YUV 107.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 199 43 197 0 0.78 0.01 0.22 300.77 0.64 0.47
Hex C7 2B C5 0 4E 1 16 12D 40 2F
Octal 307 53 305 0 116 1 26 455 100 57
Binary 11000111 101011 11000101 0 1001110 1 10110 100101101 1000000 101111

Color Harmonies of #C72BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BC5

Black with #C72BC5

Text Example


Text Example

White with #C72BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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