Html Css Color HEX #C341BE Fuchsia

📋 copy color: '#C341BE'

red 195 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #C341BE

Tints of Fuchsia #C341BE

RGB

 RED value IS 195 (76.56% from 255) = 43.33%

 GREEN value IS 65 (25.78% from 255) = 14.44%

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

R = 43.33%
G = 14.44%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C341BE (or 0xC341BE) is known color: Fuchsia. HEX triplet: C3, 41 and BE. RGB value is (195,65,190). Sum of RGB (Red+Green+Blue) = 195+65+190=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C341BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341BE is #3CBE41. Grayscale: #757575. Windows color (decimal): -3980866 or 12468675. OLE color: 12468675.

HSL color Cylindrical-coordinate representation of color #C341BE: hue angle of 302.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C341BE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 190 -
CMYK 0 0.67 0.03 0.24
HSL 302.31º 0.52% 0.51% -
HSV(B) 302.31º 0.67% 0.76% -
XYZ 33.69 19.1 50.63 -
YUV 118.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 195 65 190 0 0.67 0.03 0.24 302.31 0.52 0.51
Hex C3 41 BE 0 43 3 18 12E 34 33
Octal 303 101 276 0 103 3 30 456 64 63
Binary 11000011 1000001 10111110 0 1000011 11 11000 100101110 110100 110011

Color Harmonies of #C341BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341BE

Black with #C341BE

Text Example


Text Example

White with #C341BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341BE; }

 p { color: rgb(195,65,190); }

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

background-color css

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

 a { background-color: rgb(195,65,190); }

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

border-color css

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

 span { border-color: rgb(195,65,190); }

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