Html Css Color HEX #C72BCC Fuchsia

📋 copy color: '#C72BCC'

red 199 ◦ green 43 ◦ blue 204

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

Shades of Fuchsia #C72BCC

Tints of Fuchsia #C72BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 44.62%
G = 9.64%
B = 45.74%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C72BCC (or 0xC72BCC) is known color: Fuchsia. HEX triplet: C7, 2B and CC. RGB value is (199,43,204). Sum of RGB (Red+Green+Blue) = 199+43+204=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C72BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BCC is #38D433. Grayscale: #6B6B6B. Windows color (decimal): -3724340 or 13380551. OLE color: 13380551.

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

Color convert

RGB 199 43 204 -
CMYK 0.02 0.79 0 0.2
HSL 298.14º 0.65% 0.48% -
HSV(B) 298.14º 0.79% 0.8% -
XYZ 35.32 18.23 58.78 -
YUV 108 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 199 43 204 0.02 0.79 0 0.2 298.14 0.65 0.48
Hex C7 2B CC 2 4F 0 14 12A 41 30
Octal 307 53 314 2 117 0 24 452 101 60
Binary 11000111 101011 11001100 10 1001111 0 10100 100101010 1000001 110000

Color Harmonies of #C72BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BCC

Black with #C72BCC

Text Example


Text Example

White with #C72BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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