Html Css Color HEX #C341C0 Fuchsia

📋 copy color: '#C341C0'

red 195 ◦ green 65 ◦ blue 192

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

Shades of Fuchsia #C341C0

Tints of Fuchsia #C341C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 43.14%
G = 14.38%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C341C0 (or 0xC341C0) is known color: Fuchsia. HEX triplet: C3, 41 and C0. RGB value is (195,65,192). Sum of RGB (Red+Green+Blue) = 195+65+192=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C341C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341C0 is #3CBE3F. Grayscale: #757575. Windows color (decimal): -3980864 or 12599747. OLE color: 12599747.

HSL color Cylindrical-coordinate representation of color #C341C0: hue angle of 301.38º 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 #C341C0 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 192 -
CMYK 0 0.67 0.02 0.24
HSL 301.38º 0.52% 0.51% -
HSV(B) 301.38º 0.67% 0.76% -
XYZ 33.91 19.19 51.79 -
YUV 118.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 195 65 192 0 0.67 0.02 0.24 301.38 0.52 0.51
Hex C3 41 C0 0 43 2 18 12D 34 33
Octal 303 101 300 0 103 2 30 455 64 63
Binary 11000011 1000001 11000000 0 1000011 10 11000 100101101 110100 110011

Color Harmonies of #C341C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341C0

Black with #C341C0

Text Example


Text Example

White with #C341C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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