Html Css Color HEX #C72FCB Fuchsia

📋 copy color: '#C72FCB'

red 199 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #C72FCB

Tints of Fuchsia #C72FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.47%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 44.32%
G = 10.47%
B = 45.21%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C72FCB (or 0xC72FCB) is known color: Fuchsia. HEX triplet: C7, 2F and CB. RGB value is (199,47,203). Sum of RGB (Red+Green+Blue) = 199+47+203=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C72FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FCB is #38D034. Grayscale: #6D6D6D. Windows color (decimal): -3723317 or 13316039. OLE color: 13316039.

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

Color convert

RGB 199 47 203 -
CMYK 0.02 0.77 0 0.20
HSL 298.46º 0.62% 0.49% -
HSV(B) 298.46º 0.77% 0.8% -
XYZ 35.35 18.49 58.21 -
YUV 110.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 199 47 203 0.02 0.77 0 0.20 298.46 0.62 0.49
Hex C7 2F CB 2 4D 0 14 12A 3E 31
Octal 307 57 313 2 115 0 24 452 76 61
Binary 11000111 101111 11001011 10 1001101 0 10100 100101010 111110 110001

Color Harmonies of #C72FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FCB

Black with #C72FCB

Text Example


Text Example

White with #C72FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FCB; }

 p { color: rgb(199,47,203); }

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

background-color css

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

 a { background-color: rgb(199,47,203); }

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

border-color css

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

 span { border-color: rgb(199,47,203); }

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