Html Css Color HEX #C150CC Fuchsia

📋 copy color: '#C150CC'

red 193 ◦ green 80 ◦ blue 204

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

Shades of Fuchsia #C150CC

Tints of Fuchsia #C150CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 40.46%
G = 16.77%
B = 42.77%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C150CC (or 0xC150CC) is known color: Fuchsia. HEX triplet: C1, 50 and CC. RGB value is (193,80,204). Sum of RGB (Red+Green+Blue) = 193+80+204=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C150CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150CC is #3EAF33. Grayscale: #7F7F7F. Windows color (decimal): -4108084 or 13390017. OLE color: 13390017.

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

Color convert

RGB 193 80 204 -
CMYK 0.05 0.61 0 0.2
HSL 294.68º 0.55% 0.56% -
HSV(B) 294.68º 0.61% 0.8% -
XYZ 35.76 21.43 59.38 -
YUV 127.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 193 80 204 0.05 0.61 0 0.2 294.68 0.55 0.56
Hex C1 50 CC 5 3D 0 14 127 37 38
Octal 301 120 314 5 75 0 24 447 67 70
Binary 11000001 1010000 11001100 101 111101 0 10100 100100111 110111 111000

Color Harmonies of #C150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150CC

Black with #C150CC

Text Example


Text Example

White with #C150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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