Html Css Color HEX #C134FF Electric Purple

📋 copy color: '#C134FF'

red 193 ◦ green 52 ◦ blue 255

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

Shades of Electric Purple #C134FF

Tints of Electric Purple #C134FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 38.6%
G = 10.4%
B = 51%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C134FF (or 0xC134FF) is known color: Electric Purple. HEX triplet: C1, 34 and FF. RGB value is (193,52,255). Sum of RGB (Red+Green+Blue) = 193+52+255=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C134FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134FF is #3ECB00. Grayscale: #747474. Windows color (decimal): -4115201 or 16725185. OLE color: 16725185.

HSL color Cylindrical-coordinate representation of color #C134FF: hue angle of 281.67º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C134FF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 52 255 -
CMYK 0.24 0.80 0 0
HSL 281.67º 1% 0.6% -
HSV(B) 281.67º 0.8% 1% -
XYZ 41.27 21.01 96.49 -
YUV 117.3 205.71 181.99 -
System Red Green Blue C M Y K H S L
Decimal 193 52 255 0.24 0.80 0 0 281.67 1 0.6
Hex C1 34 FF 18 50 0 0 11A 64 3C
Octal 301 64 377 30 120 0 0 432 144 74
Binary 11000001 110100 11111111 11000 1010000 0 0 100011010 1100100 111100

Color Harmonies of #C134FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134FF

Black with #C134FF

Text Example


Text Example

White with #C134FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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