Html Css Color HEX #C45CBE Fuchsia

📋 copy color: '#C45CBE'

red 196 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #C45CBE

Tints of Fuchsia #C45CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

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

R = 41%
G = 19.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C45CBE (or 0xC45CBE) is known color: Fuchsia. HEX triplet: C4, 5C and BE. RGB value is (196,92,190). Sum of RGB (Red+Green+Blue) = 196+92+190=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CBE is #3BA341. Grayscale: #858585. Windows color (decimal): -3908418 or 12475588. OLE color: 12475588.

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

Color convert

RGB 196 92 190 -
CMYK 0 0.53 0.03 0.23
HSL 303.46º 0.47% 0.56% -
HSV(B) 303.46º 0.53% 0.77% -
XYZ 35.89 23.11 51.28 -
YUV 134.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 196 92 190 0 0.53 0.03 0.23 303.46 0.47 0.56
Hex C4 5C BE 0 35 3 17 12F 2F 38
Octal 304 134 276 0 65 3 27 457 57 70
Binary 11000100 1011100 10111110 0 110101 11 10111 100101111 101111 111000

Color Harmonies of #C45CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CBE

Black with #C45CBE

Text Example


Text Example

White with #C45CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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