Html Css Color HEX #C72ABB Fuchsia

📋 copy color: '#C72ABB'

red 199 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #C72ABB

Tints of Fuchsia #C72ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.81%

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 46.5%
G = 9.81%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C72ABB (or 0xC72ABB) is known color: Fuchsia. HEX triplet: C7, 2A and BB. RGB value is (199,42,187). Sum of RGB (Red+Green+Blue) = 199+42+187=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C72ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ABB is #38D544. Grayscale: #696969. Windows color (decimal): -3724613 or 12266183. OLE color: 12266183.

HSL color Cylindrical-coordinate representation of color #C72ABB: hue angle of 304.59º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72ABB is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 42 187 -
CMYK 0 0.79 0.06 0.22
HSL 304.59º 0.65% 0.47% -
HSV(B) 304.59º 0.79% 0.78% -
XYZ 33.35 17.39 48.61 -
YUV 105.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 199 42 187 0 0.79 0.06 0.22 304.59 0.65 0.47
Hex C7 2A BB 0 4F 6 16 131 41 2F
Octal 307 52 273 0 117 6 26 461 101 57
Binary 11000111 101010 10111011 0 1001111 110 10110 100110001 1000001 101111

Color Harmonies of #C72ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ABB

Black with #C72ABB

Text Example


Text Example

White with #C72ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ABB; }

 p { color: rgb(199,42,187); }

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

background-color css

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

 a { background-color: rgb(199,42,187); }

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

border-color css

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

 span { border-color: rgb(199,42,187); }

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