Html Css Color HEX #C45BBA Fuchsia

📋 copy color: '#C45BBA'

red 196 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #C45BBA

Tints of Fuchsia #C45BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 41.44%
G = 19.24%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C45BBA (or 0xC45BBA) is known color: Fuchsia. HEX triplet: C4, 5B and BA. RGB value is (196,91,186). Sum of RGB (Red+Green+Blue) = 196+91+186=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BBA is #3BA445. Grayscale: #848484. Windows color (decimal): -3908678 or 12213188. OLE color: 12213188.

HSL color Cylindrical-coordinate representation of color #C45BBA: hue angle of 305.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45BBA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 91 186 -
CMYK 0 0.54 0.05 0.23
HSL 305.71º 0.47% 0.56% -
HSV(B) 305.71º 0.54% 0.77% -
XYZ 35.37 22.76 48.98 -
YUV 133.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 196 91 186 0 0.54 0.05 0.23 305.71 0.47 0.56
Hex C4 5B BA 0 36 5 17 132 2F 38
Octal 304 133 272 0 66 5 27 462 57 70
Binary 11000100 1011011 10111010 0 110110 101 10111 100110010 101111 111000

Color Harmonies of #C45BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BBA

Black with #C45BBA

Text Example


Text Example

White with #C45BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BBA; }

 p { color: rgb(196,91,186); }

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

background-color css

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

 a { background-color: rgb(196,91,186); }

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

border-color css

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

 span { border-color: rgb(196,91,186); }

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