Html Css Color HEX #C335CE Fuchsia

📋 copy color: '#C335CE'

red 195 ◦ green 53 ◦ blue 206

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

Shades of Fuchsia #C335CE

Tints of Fuchsia #C335CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 42.95%
G = 11.67%
B = 45.37%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C335CE (or 0xC335CE) is known color: Fuchsia. HEX triplet: C3, 35 and CE. RGB value is (195,53,206). Sum of RGB (Red+Green+Blue) = 195+53+206=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #C335CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335CE is #3CCA31. Grayscale: #707070. Windows color (decimal): -3983922 or 13514179. OLE color: 13514179.

HSL color Cylindrical-coordinate representation of color #C335CE: hue angle of 295.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C335CE is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 53 206 -
CMYK 0.05 0.74 0 0.19
HSL 295.69º 0.61% 0.51% -
HSV(B) 295.69º 0.74% 0.81% -
XYZ 34.92 18.6 60.14 -
YUV 112.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 195 53 206 0.05 0.74 0 0.19 295.69 0.61 0.51
Hex C3 35 CE 5 4A 0 13 128 3D 33
Octal 303 65 316 5 112 0 23 450 75 63
Binary 11000011 110101 11001110 101 1001010 0 10011 100101000 111101 110011

Color Harmonies of #C335CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335CE

Black with #C335CE

Text Example


Text Example

White with #C335CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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