Html Css Color HEX #C04BBE Fuchsia

📋 copy color: '#C04BBE'

red 192 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #C04BBE

Tints of Fuchsia #C04BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 42.01%
G = 16.41%
B = 41.58%

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

#C04BBE (or 0xC04BBE) is known color: Fuchsia. HEX triplet: C0, 4B and BE. RGB value is (192,75,190). Sum of RGB (Red+Green+Blue) = 192+75+190=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BBE is #3FB441. Grayscale: #7A7A7A. Windows color (decimal): -4174914 or 12471232. OLE color: 12471232.

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

Color convert

RGB 192 75 190 -
CMYK 0 0.61 0.01 0.25
HSL 301.03º 0.48% 0.52% -
HSV(B) 301.03º 0.61% 0.75% -
XYZ 33.55 19.96 50.8 -
YUV 123.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 192 75 190 0 0.61 0.01 0.25 301.03 0.48 0.52
Hex C0 4B BE 0 3D 1 19 12D 30 34
Octal 300 113 276 0 75 1 31 455 60 64
Binary 11000000 1001011 10111110 0 111101 1 11001 100101101 110000 110100

Color Harmonies of #C04BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BBE

Black with #C04BBE

Text Example


Text Example

White with #C04BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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