Html Css Color HEX #C04BA7 Fuchsia

📋 copy color: '#C04BA7'

red 192 ◦ green 75 ◦ blue 167

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

Shades of Fuchsia #C04BA7

Tints of Fuchsia #C04BA7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 167 (65.63% from 255) = 38.48%

R = 44.24%
G = 17.28%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C04BA7 (or 0xC04BA7) is known color: Fuchsia. HEX triplet: C0, 4B and A7. RGB value is (192,75,167). Sum of RGB (Red+Green+Blue) = 192+75+167=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA7 is #3FB458. Grayscale: #787878. Windows color (decimal): -4174937 or 10963904. OLE color: 10963904.

HSL color Cylindrical-coordinate representation of color #C04BA7: hue angle of 312.82º 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 #C04BA7 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 167 -
CMYK 0 0.61 0.13 0.25
HSL 312.82º 0.48% 0.52% -
HSV(B) 312.82º 0.61% 0.75% -
XYZ 31.23 19.03 38.59 -
YUV 120.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 192 75 167 0 0.61 0.13 0.25 312.82 0.48 0.52
Hex C0 4B A7 0 3D D 19 139 30 34
Octal 300 113 247 0 75 15 31 471 60 64
Binary 11000000 1001011 10100111 0 111101 1101 11001 100111001 110000 110100

Color Harmonies of #C04BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BA7

Black with #C04BA7

Text Example


Text Example

White with #C04BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BA7; }

 p { color: rgb(192,75,167); }

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

background-color css

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

 a { background-color: rgb(192,75,167); }

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

border-color css

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

 span { border-color: rgb(192,75,167); }

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