Html Css Color HEX #C337C0 Fuchsia

📋 copy color: '#C337C0'

red 195 ◦ green 55 ◦ blue 192

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

Shades of Fuchsia #C337C0

Tints of Fuchsia #C337C0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.44%

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

R = 44.12%
G = 12.44%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C337C0 (or 0xC337C0) is known color: Fuchsia. HEX triplet: C3, 37 and C0. RGB value is (195,55,192). Sum of RGB (Red+Green+Blue) = 195+55+192=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C337C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337C0 is #3CC83F. Grayscale: #707070. Windows color (decimal): -3983424 or 12597187. OLE color: 12597187.

HSL color Cylindrical-coordinate representation of color #C337C0: hue angle of 301.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C337C0 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 192 -
CMYK 0 0.72 0.02 0.24
HSL 301.29º 0.56% 0.49% -
HSV(B) 301.29º 0.72% 0.76% -
XYZ 33.39 18.14 51.61 -
YUV 112.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 195 55 192 0 0.72 0.02 0.24 301.29 0.56 0.49
Hex C3 37 C0 0 48 2 18 12D 38 31
Octal 303 67 300 0 110 2 30 455 70 61
Binary 11000011 110111 11000000 0 1001000 10 11000 100101101 111000 110001

Color Harmonies of #C337C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337C0

Black with #C337C0

Text Example


Text Example

White with #C337C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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