Html Css Color HEX #C134CE Fuchsia

📋 copy color: '#C134CE'

red 193 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #C134CE

Tints of Fuchsia #C134CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 42.79%
G = 11.53%
B = 45.68%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C134CE (or 0xC134CE) is known color: Fuchsia. HEX triplet: C1, 34 and CE. RGB value is (193,52,206). Sum of RGB (Red+Green+Blue) = 193+52+206=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C134CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134CE is #3ECB31. Grayscale: #6F6F6F. Windows color (decimal): -4115250 or 13513921. OLE color: 13513921.

HSL color Cylindrical-coordinate representation of color #C134CE: hue angle of 294.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C134CE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 52 206 -
CMYK 0.06 0.75 0 0.19
HSL 294.94º 0.61% 0.51% -
HSV(B) 294.94º 0.75% 0.81% -
XYZ 34.36 18.25 60.1 -
YUV 111.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 193 52 206 0.06 0.75 0 0.19 294.94 0.61 0.51
Hex C1 34 CE 6 4B 0 13 127 3D 33
Octal 301 64 316 6 113 0 23 447 75 63
Binary 11000001 110100 11001110 110 1001011 0 10011 100100111 111101 110011

Color Harmonies of #C134CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134CE

Black with #C134CE

Text Example


Text Example

White with #C134CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134CE; }

 p { color: rgb(193,52,206); }

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

background-color css

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

 a { background-color: rgb(193,52,206); }

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

border-color css

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

 span { border-color: rgb(193,52,206); }

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