Html Css Color HEX #C72DC6 Fuchsia

📋 copy color: '#C72DC6'

red 199 ◦ green 45 ◦ blue 198

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

Shades of Fuchsia #C72DC6

Tints of Fuchsia #C72DC6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.18%

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 45.02%
G = 10.18%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C72DC6 (or 0xC72DC6) is known color: Fuchsia. HEX triplet: C7, 2D and C6. RGB value is (199,45,198). Sum of RGB (Red+Green+Blue) = 199+45+198=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DC6 is #38D239. Grayscale: #6C6C6C. Windows color (decimal): -3723834 or 12987847. OLE color: 12987847.

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

Color convert

RGB 199 45 198 -
CMYK 0 0.77 0.01 0.22
HSL 300.39º 0.63% 0.48% -
HSV(B) 300.39º 0.77% 0.78% -
XYZ 34.68 18.1 55.09 -
YUV 108.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 199 45 198 0 0.77 0.01 0.22 300.39 0.63 0.48
Hex C7 2D C6 0 4D 1 16 12C 3F 30
Octal 307 55 306 0 115 1 26 454 77 60
Binary 11000111 101101 11000110 0 1001101 1 10110 100101100 111111 110000

Color Harmonies of #C72DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DC6

Black with #C72DC6

Text Example


Text Example

White with #C72DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DC6; }

 p { color: rgb(199,45,198); }

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

background-color css

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

 a { background-color: rgb(199,45,198); }

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

border-color css

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

 span { border-color: rgb(199,45,198); }

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