Html Css Color HEX #C150CB Fuchsia

📋 copy color: '#C150CB'

red 193 ◦ green 80 ◦ blue 203

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

Shades of Fuchsia #C150CB

Tints of Fuchsia #C150CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.81%

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

R = 40.55%
G = 16.81%
B = 42.65%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C150CB (or 0xC150CB) is known color: Fuchsia. HEX triplet: C1, 50 and CB. RGB value is (193,80,203). Sum of RGB (Red+Green+Blue) = 193+80+203=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C150CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150CB is #3EAF34. Grayscale: #7F7F7F. Windows color (decimal): -4108085 or 13324481. OLE color: 13324481.

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

Color convert

RGB 193 80 203 -
CMYK 0.05 0.61 0 0.20
HSL 295.12º 0.54% 0.55% -
HSV(B) 295.12º 0.61% 0.8% -
XYZ 35.64 21.39 58.75 -
YUV 127.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 193 80 203 0.05 0.61 0 0.20 295.12 0.54 0.55
Hex C1 50 CB 5 3D 0 14 127 36 37
Octal 301 120 313 5 75 0 24 447 66 67
Binary 11000001 1010000 11001011 101 111101 0 10100 100100111 110110 110111

Color Harmonies of #C150CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150CB

Black with #C150CB

Text Example


Text Example

White with #C150CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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