Html Css Color HEX #C135B9 Fuchsia

📋 copy color: '#C135B9'

red 193 ◦ green 53 ◦ blue 185

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

Shades of Fuchsia #C135B9

Tints of Fuchsia #C135B9

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 44.78%
G = 12.3%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C135B9 (or 0xC135B9) is known color: Fuchsia. HEX triplet: C1, 35 and B9. RGB value is (193,53,185). Sum of RGB (Red+Green+Blue) = 193+53+185=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C135B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135B9 is #3ECA46. Grayscale: #6D6D6D. Windows color (decimal): -4115015 or 12137921. OLE color: 12137921.

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

Color convert

RGB 193 53 185 -
CMYK 0 0.73 0.04 0.24
HSL 303.43º 0.57% 0.48% -
HSV(B) 303.43º 0.73% 0.76% -
XYZ 32.02 17.39 47.57 -
YUV 109.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 193 53 185 0 0.73 0.04 0.24 303.43 0.57 0.48
Hex C1 35 B9 0 49 4 18 12F 39 30
Octal 301 65 271 0 111 4 30 457 71 60
Binary 11000001 110101 10111001 0 1001001 100 11000 100101111 111001 110000

Color Harmonies of #C135B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135B9

Black with #C135B9

Text Example


Text Example

White with #C135B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135B9; }

 p { color: rgb(193,53,185); }

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

background-color css

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

 a { background-color: rgb(193,53,185); }

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

border-color css

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

 span { border-color: rgb(193,53,185); }

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