Html Css Color HEX #C72CCD Fuchsia

📋 copy color: '#C72CCD'

red 199 ◦ green 44 ◦ blue 205

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

Shades of Fuchsia #C72CCD

Tints of Fuchsia #C72CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 44.42%
G = 9.82%
B = 45.76%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C72CCD (or 0xC72CCD) is known color: Fuchsia. HEX triplet: C7, 2C and CD. RGB value is (199,44,205). Sum of RGB (Red+Green+Blue) = 199+44+205=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #C72CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CCD is #38D332. Grayscale: #6C6C6C. Windows color (decimal): -3724083 or 13446343. OLE color: 13446343.

HSL color Cylindrical-coordinate representation of color #C72CCD: hue angle of 297.76º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72CCD is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 44 205 -
CMYK 0.03 0.79 0 0.20
HSL 297.76º 0.65% 0.49% -
HSV(B) 297.76º 0.79% 0.8% -
XYZ 35.47 18.35 59.43 -
YUV 108.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 199 44 205 0.03 0.79 0 0.20 297.76 0.65 0.49
Hex C7 2C CD 3 4F 0 14 12A 41 31
Octal 307 54 315 3 117 0 24 452 101 61
Binary 11000111 101100 11001101 11 1001111 0 10100 100101010 1000001 110001

Color Harmonies of #C72CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CCD

Black with #C72CCD

Text Example


Text Example

White with #C72CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CCD; }

 p { color: rgb(199,44,205); }

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

background-color css

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

 a { background-color: rgb(199,44,205); }

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

border-color css

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

 span { border-color: rgb(199,44,205); }

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