Html Css Color HEX #C335C2 Fuchsia

📋 copy color: '#C335C2'

red 195 ◦ green 53 ◦ blue 194

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

Shades of Fuchsia #C335C2

Tints of Fuchsia #C335C2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 44.12%
G = 11.99%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C335C2 (or 0xC335C2) is known color: Fuchsia. HEX triplet: C3, 35 and C2. RGB value is (195,53,194). Sum of RGB (Red+Green+Blue) = 195+53+194=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C335C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335C2 is #3CCA3D. Grayscale: #6F6F6F. Windows color (decimal): -3983934 or 12727747. OLE color: 12727747.

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

Color convert

RGB 195 53 194 -
CMYK 0 0.73 0.01 0.24
HSL 300.42º 0.57% 0.49% -
HSV(B) 300.42º 0.73% 0.76% -
XYZ 33.52 18.04 52.76 -
YUV 111.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 195 53 194 0 0.73 0.01 0.24 300.42 0.57 0.49
Hex C3 35 C2 0 49 1 18 12C 39 31
Octal 303 65 302 0 111 1 30 454 71 61
Binary 11000011 110101 11000010 0 1001001 1 11000 100101100 111001 110001

Color Harmonies of #C335C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335C2

Black with #C335C2

Text Example


Text Example

White with #C335C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335C2; }

 p { color: rgb(195,53,194); }

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

background-color css

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

 a { background-color: rgb(195,53,194); }

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

border-color css

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

 span { border-color: rgb(195,53,194); }

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