Html Css Color HEX #C335BD Fuchsia

📋 copy color: '#C335BD'

red 195 ◦ green 53 ◦ blue 189

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

Shades of Fuchsia #C335BD

Tints of Fuchsia #C335BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 44.62%
G = 12.13%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C335BD (or 0xC335BD) is known color: Fuchsia. HEX triplet: C3, 35 and BD. RGB value is (195,53,189). Sum of RGB (Red+Green+Blue) = 195+53+189=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C335BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335BD is #3CCA42. Grayscale: #6E6E6E. Windows color (decimal): -3983939 or 12400067. OLE color: 12400067.

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

Color convert

RGB 195 53 189 -
CMYK 0 0.73 0.03 0.24
HSL 302.54º 0.57% 0.49% -
HSV(B) 302.54º 0.73% 0.76% -
XYZ 32.96 17.82 49.85 -
YUV 110.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 195 53 189 0 0.73 0.03 0.24 302.54 0.57 0.49
Hex C3 35 BD 0 49 3 18 12F 39 31
Octal 303 65 275 0 111 3 30 457 71 61
Binary 11000011 110101 10111101 0 1001001 11 11000 100101111 111001 110001

Color Harmonies of #C335BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335BD

Black with #C335BD

Text Example


Text Example

White with #C335BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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