Html Css Color HEX #C335B3 Fuchsia

📋 copy color: '#C335B3'

red 195 ◦ green 53 ◦ blue 179

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

Shades of Fuchsia #C335B3

Tints of Fuchsia #C335B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 45.67%
G = 12.41%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C335B3 (or 0xC335B3) is known color: Fuchsia. HEX triplet: C3, 35 and B3. RGB value is (195,53,179). Sum of RGB (Red+Green+Blue) = 195+53+179=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C335B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335B3 is #3CCA4C. Grayscale: #6D6D6D. Windows color (decimal): -3983949 or 11744707. OLE color: 11744707.

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

Color convert

RGB 195 53 179 -
CMYK 0 0.73 0.08 0.24
HSL 306.76º 0.57% 0.49% -
HSV(B) 306.76º 0.73% 0.76% -
XYZ 31.92 17.4 44.32 -
YUV 109.82 167.04 188.75 -
System Red Green Blue C M Y K H S L
Decimal 195 53 179 0 0.73 0.08 0.24 306.76 0.57 0.49
Hex C3 35 B3 0 49 8 18 133 39 31
Octal 303 65 263 0 111 10 30 463 71 61
Binary 11000011 110101 10110011 0 1001001 1000 11000 100110011 111001 110001

Color Harmonies of #C335B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335B3

Black with #C335B3

Text Example


Text Example

White with #C335B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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