Html Css Color HEX #C14BBE Fuchsia

📋 copy color: '#C14BBE'

red 193 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #C14BBE

Tints of Fuchsia #C14BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 42.14%
G = 16.38%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C14BBE (or 0xC14BBE) is known color: Fuchsia. HEX triplet: C1, 4B and BE. RGB value is (193,75,190). Sum of RGB (Red+Green+Blue) = 193+75+190=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BBE is #3EB441. Grayscale: #7B7B7B. Windows color (decimal): -4109378 or 12471233. OLE color: 12471233.

HSL color Cylindrical-coordinate representation of color #C14BBE: hue angle of 301.53º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14BBE is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 75 190 -
CMYK 0 0.61 0.02 0.24
HSL 301.53º 0.49% 0.53% -
HSV(B) 301.53º 0.61% 0.76% -
XYZ 33.8 20.09 50.81 -
YUV 123.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 193 75 190 0 0.61 0.02 0.24 301.53 0.49 0.53
Hex C1 4B BE 0 3D 2 18 12E 31 35
Octal 301 113 276 0 75 2 30 456 61 65
Binary 11000001 1001011 10111110 0 111101 10 11000 100101110 110001 110101

Color Harmonies of #C14BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BBE

Black with #C14BBE

Text Example


Text Example

White with #C14BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BBE; }

 p { color: rgb(193,75,190); }

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

background-color css

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

 a { background-color: rgb(193,75,190); }

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

border-color css

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

 span { border-color: rgb(193,75,190); }

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