Html Css Color HEX #C133FA Electric Purple

📋 copy color: '#C133FA'

red 193 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #C133FA

Tints of Electric Purple #C133FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.32%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 39.07%
G = 10.32%
B = 50.61%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C133FA (or 0xC133FA) is known color: Electric Purple. HEX triplet: C1, 33 and FA. RGB value is (193,51,250). Sum of RGB (Red+Green+Blue) = 193+51+250=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C133FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133FA is #3ECC05. Grayscale: #737373. Windows color (decimal): -4115462 or 16397249. OLE color: 16397249.

HSL color Cylindrical-coordinate representation of color #C133FA: hue angle of 282.81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C133FA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 51 250 -
CMYK 0.23 0.80 0 0.02
HSL 282.81º 0.95% 0.59% -
HSV(B) 282.81º 0.8% 0.98% -
XYZ 40.43 20.61 92.29 -
YUV 116.14 203.54 182.82 -
System Red Green Blue C M Y K H S L
Decimal 193 51 250 0.23 0.80 0 0.02 282.81 0.95 0.59
Hex C1 33 FA 17 50 0 2 11B 5F 3B
Octal 301 63 372 27 120 0 2 433 137 73
Binary 11000001 110011 11111010 10111 1010000 0 10 100011011 1011111 111011

Color Harmonies of #C133FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133FA

Black with #C133FA

Text Example


Text Example

White with #C133FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133FA; }

 p { color: rgb(193,51,250); }

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

background-color css

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

 a { background-color: rgb(193,51,250); }

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

border-color css

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

 span { border-color: rgb(193,51,250); }

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