Html Css Color HEX #C04CBB Fuchsia

📋 copy color: '#C04CBB'

red 192 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #C04CBB

Tints of Fuchsia #C04CBB

RGB

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

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

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

R = 42.2%
G = 16.7%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C04CBB (or 0xC04CBB) is known color: Fuchsia. HEX triplet: C0, 4C and BB. RGB value is (192,76,187). Sum of RGB (Red+Green+Blue) = 192+76+187=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CBB is #3FB344. Grayscale: #7B7B7B. Windows color (decimal): -4174661 or 12274880. OLE color: 12274880.

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

Color convert

RGB 192 76 187 -
CMYK 0 0.60 0.03 0.25
HSL 302.59º 0.48% 0.53% -
HSV(B) 302.59º 0.6% 0.75% -
XYZ 33.29 19.96 49.11 -
YUV 123.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 192 76 187 0 0.60 0.03 0.25 302.59 0.48 0.53
Hex C0 4C BB 0 3C 3 19 12F 30 35
Octal 300 114 273 0 74 3 31 457 60 65
Binary 11000000 1001100 10111011 0 111100 11 11001 100101111 110000 110101

Color Harmonies of #C04CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CBB

Black with #C04CBB

Text Example


Text Example

White with #C04CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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