Html Css Color HEX #C04BB8 Fuchsia

📋 copy color: '#C04BB8'

red 192 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #C04BB8

Tints of Fuchsia #C04BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 42.57%
G = 16.63%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C04BB8 (or 0xC04BB8) is known color: Fuchsia. HEX triplet: C0, 4B and B8. RGB value is (192,75,184). Sum of RGB (Red+Green+Blue) = 192+75+184=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BB8 is #3FB447. Grayscale: #7A7A7A. Windows color (decimal): -4174920 or 12078016. OLE color: 12078016.

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

Color convert

RGB 192 75 184 -
CMYK 0 0.61 0.04 0.25
HSL 304.1º 0.48% 0.52% -
HSV(B) 304.1º 0.61% 0.75% -
XYZ 32.91 19.7 47.42 -
YUV 122.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 192 75 184 0 0.61 0.04 0.25 304.1 0.48 0.52
Hex C0 4B B8 0 3D 4 19 130 30 34
Octal 300 113 270 0 75 4 31 460 60 64
Binary 11000000 1001011 10111000 0 111101 100 11001 100110000 110000 110100

Color Harmonies of #C04BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BB8

Black with #C04BB8

Text Example


Text Example

White with #C04BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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