Html Css Color HEX #C04ABF Fuchsia

📋 copy color: '#C04ABF'

red 192 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #C04ABF

Tints of Fuchsia #C04ABF

RGB

 RED value IS 192 (75.39% from 255) = 42.01%

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 42.01%
G = 16.19%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C04ABF (or 0xC04ABF) is known color: Fuchsia. HEX triplet: C0, 4A and BF. RGB value is (192,74,191). Sum of RGB (Red+Green+Blue) = 192+74+191=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C04ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ABF is #3FB540. Grayscale: #7A7A7A. Windows color (decimal): -4175169 or 12536512. OLE color: 12536512.

HSL color Cylindrical-coordinate representation of color #C04ABF: hue angle of 300.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04ABF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 191 -
CMYK 0 0.61 0.01 0.25
HSL 300.51º 0.48% 0.52% -
HSV(B) 300.51º 0.61% 0.75% -
XYZ 33.59 19.87 51.35 -
YUV 122.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 192 74 191 0 0.61 0.01 0.25 300.51 0.48 0.52
Hex C0 4A BF 0 3D 1 19 12D 30 34
Octal 300 112 277 0 75 1 31 455 60 64
Binary 11000000 1001010 10111111 0 111101 1 11001 100101101 110000 110100

Color Harmonies of #C04ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ABF

Black with #C04ABF

Text Example


Text Example

White with #C04ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ABF; }

 p { color: rgb(192,74,191); }

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

background-color css

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

 a { background-color: rgb(192,74,191); }

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

border-color css

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

 span { border-color: rgb(192,74,191); }

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