Html Css Color HEX #C72ABC Fuchsia

📋 copy color: '#C72ABC'

red 199 ◦ green 42 ◦ blue 188

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

Shades of Fuchsia #C72ABC

Tints of Fuchsia #C72ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 46.39%
G = 9.79%
B = 43.82%

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

#C72ABC (or 0xC72ABC) is known color: Fuchsia. HEX triplet: C7, 2A and BC. RGB value is (199,42,188). Sum of RGB (Red+Green+Blue) = 199+42+188=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C72ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ABC is #38D543. Grayscale: #696969. Windows color (decimal): -3724612 or 12331719. OLE color: 12331719.

HSL color Cylindrical-coordinate representation of color #C72ABC: hue angle of 304.2º 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 #C72ABC is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 42 188 -
CMYK 0 0.79 0.06 0.22
HSL 304.2º 0.65% 0.47% -
HSV(B) 304.2º 0.79% 0.78% -
XYZ 33.46 17.43 49.18 -
YUV 105.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 199 42 188 0 0.79 0.06 0.22 304.2 0.65 0.47
Hex C7 2A BC 0 4F 6 16 130 41 2F
Octal 307 52 274 0 117 6 26 460 101 57
Binary 11000111 101010 10111100 0 1001111 110 10110 100110000 1000001 101111

Color Harmonies of #C72ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ABC

Black with #C72ABC

Text Example


Text Example

White with #C72ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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