Html Css Color HEX #C145CB Fuchsia

📋 copy color: '#C145CB'

red 193 ◦ green 69 ◦ blue 203

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

Shades of Fuchsia #C145CB

Tints of Fuchsia #C145CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.84%

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

R = 41.51%
G = 14.84%
B = 43.66%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C145CB (or 0xC145CB) is known color: Fuchsia. HEX triplet: C1, 45 and CB. RGB value is (193,69,203). Sum of RGB (Red+Green+Blue) = 193+69+203=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C145CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145CB is #3EBA34. Grayscale: #787878. Windows color (decimal): -4110901 or 13321665. OLE color: 13321665.

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

Color convert

RGB 193 69 203 -
CMYK 0.05 0.66 0 0.20
HSL 295.52º 0.56% 0.53% -
HSV(B) 295.52º 0.66% 0.8% -
XYZ 34.9 19.91 58.5 -
YUV 121.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 193 69 203 0.05 0.66 0 0.20 295.52 0.56 0.53
Hex C1 45 CB 5 42 0 14 128 38 35
Octal 301 105 313 5 102 0 24 450 70 65
Binary 11000001 1000101 11001011 101 1000010 0 10100 100101000 111000 110101

Color Harmonies of #C145CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145CB

Black with #C145CB

Text Example


Text Example

White with #C145CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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