Html Css Color HEX #C44CBC Fuchsia

📋 copy color: '#C44CBC'

red 196 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #C44CBC

Tints of Fuchsia #C44CBC

RGB

 RED value IS 196 (76.95% from 255) = 42.61%

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 42.61%
G = 16.52%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C44CBC (or 0xC44CBC) is known color: Fuchsia. HEX triplet: C4, 4C and BC. RGB value is (196,76,188). Sum of RGB (Red+Green+Blue) = 196+76+188=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CBC is #3BB343. Grayscale: #7C7C7C. Windows color (decimal): -3912516 or 12340420. OLE color: 12340420.

HSL color Cylindrical-coordinate representation of color #C44CBC: hue angle of 304º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CBC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 76 188 -
CMYK 0 0.61 0.04 0.23
HSL 304º 0.5% 0.53% -
HSV(B) 304º 0.61% 0.77% -
XYZ 34.43 20.54 49.73 -
YUV 124.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 196 76 188 0 0.61 0.04 0.23 304 0.5 0.53
Hex C4 4C BC 0 3D 4 17 130 32 35
Octal 304 114 274 0 75 4 27 460 62 65
Binary 11000100 1001100 10111100 0 111101 100 10111 100110000 110010 110101

Color Harmonies of #C44CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CBC

Black with #C44CBC

Text Example


Text Example

White with #C44CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CBC; }

 p { color: rgb(196,76,188); }

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

background-color css

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

 a { background-color: rgb(196,76,188); }

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

border-color css

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

 span { border-color: rgb(196,76,188); }

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