Html Css Color HEX #C135CB Fuchsia

📋 copy color: '#C135CB'

red 193 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #C135CB

Tints of Fuchsia #C135CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 42.98%
G = 11.8%
B = 45.21%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C135CB (or 0xC135CB) is known color: Fuchsia. HEX triplet: C1, 35 and CB. RGB value is (193,53,203). Sum of RGB (Red+Green+Blue) = 193+53+203=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C135CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135CB is #3ECA34. Grayscale: #6F6F6F. Windows color (decimal): -4114997 or 13317569. OLE color: 13317569.

HSL color Cylindrical-coordinate representation of color #C135CB: hue angle of 296º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C135CB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 53 203 -
CMYK 0.05 0.74 0 0.20
HSL 296º 0.59% 0.5% -
HSV(B) 296º 0.74% 0.8% -
XYZ 34.04 18.2 58.22 -
YUV 111.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 193 53 203 0.05 0.74 0 0.20 296 0.59 0.5
Hex C1 35 CB 5 4A 0 14 128 3B 32
Octal 301 65 313 5 112 0 24 450 73 62
Binary 11000001 110101 11001011 101 1001010 0 10100 100101000 111011 110010

Color Harmonies of #C135CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135CB

Black with #C135CB

Text Example


Text Example

White with #C135CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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