Html Css Color HEX #C04BBB Fuchsia

📋 copy color: '#C04BBB'

red 192 ◦ green 75 ◦ blue 187

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

Shades of Fuchsia #C04BBB

Tints of Fuchsia #C04BBB

RGB

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

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

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

R = 42.29%
G = 16.52%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C04BBB (or 0xC04BBB) is known color: Fuchsia. HEX triplet: C0, 4B and BB. RGB value is (192,75,187). Sum of RGB (Red+Green+Blue) = 192+75+187=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BBB is #3FB444. Grayscale: #7A7A7A. Windows color (decimal): -4174917 or 12274624. OLE color: 12274624.

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

Color convert

RGB 192 75 187 -
CMYK 0 0.61 0.03 0.25
HSL 302.56º 0.48% 0.52% -
HSV(B) 302.56º 0.61% 0.75% -
XYZ 33.22 19.83 49.09 -
YUV 122.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 192 75 187 0 0.61 0.03 0.25 302.56 0.48 0.52
Hex C0 4B BB 0 3D 3 19 12F 30 34
Octal 300 113 273 0 75 3 31 457 60 64
Binary 11000000 1001011 10111011 0 111101 11 11001 100101111 110000 110100

Color Harmonies of #C04BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BBB

Black with #C04BBB

Text Example


Text Example

White with #C04BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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