Html Css Color HEX #C04CBF Fuchsia

📋 copy color: '#C04CBF'

red 192 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #C04CBF

Tints of Fuchsia #C04CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 41.83%
G = 16.56%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C04CBF (or 0xC04CBF) is known color: Fuchsia. HEX triplet: C0, 4C and BF. RGB value is (192,76,191). Sum of RGB (Red+Green+Blue) = 192+76+191=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CBF is #3FB340. Grayscale: #7B7B7B. Windows color (decimal): -4174657 or 12537024. OLE color: 12537024.

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

Color convert

RGB 192 76 191 -
CMYK 0 0.60 0.01 0.25
HSL 300.52º 0.48% 0.53% -
HSV(B) 300.52º 0.6% 0.75% -
XYZ 33.73 20.14 51.4 -
YUV 123.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 192 76 191 0 0.60 0.01 0.25 300.52 0.48 0.53
Hex C0 4C BF 0 3C 1 19 12D 30 35
Octal 300 114 277 0 74 1 31 455 60 65
Binary 11000000 1001100 10111111 0 111100 1 11001 100101101 110000 110101

Color Harmonies of #C04CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CBF

Black with #C04CBF

Text Example


Text Example

White with #C04CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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