Html Css Color HEX #C44BBE Fuchsia

📋 copy color: '#C44BBE'

red 196 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #C44BBE

Tints of Fuchsia #C44BBE

RGB

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

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

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

R = 42.52%
G = 16.27%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C44BBE (or 0xC44BBE) is known color: Fuchsia. HEX triplet: C4, 4B and BE. RGB value is (196,75,190). Sum of RGB (Red+Green+Blue) = 196+75+190=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BBE is #3BB441. Grayscale: #7B7B7B. Windows color (decimal): -3912770 or 12471236. OLE color: 12471236.

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

Color convert

RGB 196 75 190 -
CMYK 0 0.62 0.03 0.23
HSL 302.98º 0.51% 0.53% -
HSV(B) 302.98º 0.62% 0.77% -
XYZ 34.58 20.49 50.85 -
YUV 124.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 196 75 190 0 0.62 0.03 0.23 302.98 0.51 0.53
Hex C4 4B BE 0 3E 3 17 12F 33 35
Octal 304 113 276 0 76 3 27 457 63 65
Binary 11000100 1001011 10111110 0 111110 11 10111 100101111 110011 110101

Color Harmonies of #C44BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BBE

Black with #C44BBE

Text Example


Text Example

White with #C44BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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