Html Css Color HEX #C04CB3 Fuchsia

📋 copy color: '#C04CB3'

red 192 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #C04CB3

Tints of Fuchsia #C04CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 42.95%
G = 17%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C04CB3 (or 0xC04CB3) is known color: Fuchsia. HEX triplet: C0, 4C and B3. RGB value is (192,76,179). Sum of RGB (Red+Green+Blue) = 192+76+179=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CB3 is #3FB34C. Grayscale: #7A7A7A. Windows color (decimal): -4174669 or 11750592. OLE color: 11750592.

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

Color convert

RGB 192 76 179 -
CMYK 0 0.60 0.07 0.25
HSL 306.72º 0.48% 0.53% -
HSV(B) 306.72º 0.6% 0.75% -
XYZ 32.46 19.63 44.73 -
YUV 122.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 192 76 179 0 0.60 0.07 0.25 306.72 0.48 0.53
Hex C0 4C B3 0 3C 7 19 133 30 35
Octal 300 114 263 0 74 7 31 463 60 65
Binary 11000000 1001100 10110011 0 111100 111 11001 100110011 110000 110101

Color Harmonies of #C04CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CB3

Black with #C04CB3

Text Example


Text Example

White with #C04CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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