Html Css Color HEX #C102FF Electric Purple

📋 copy color: '#C102FF'

red 193 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #C102FF

Tints of Electric Purple #C102FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 42.89%
G = 0.44%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C102FF (or 0xC102FF) is known color: Electric Purple. HEX triplet: C1, 02 and FF. RGB value is (193,2,255). Sum of RGB (Red+Green+Blue) = 193+2+255=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #C102FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102FF is #3EFD00. Grayscale: #575757. Windows color (decimal): -4128001 or 16712385. OLE color: 16712385.

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

Color convert

RGB 193 2 255 -
CMYK 0.24 0.99 0 0
HSL 285.3º 1% 0.5% -
HSV(B) 285.3º 0.99% 1% -
XYZ 40.06 18.6 96.09 -
YUV 87.95 222.28 202.93 -
System Red Green Blue C M Y K H S L
Decimal 193 2 255 0.24 0.99 0 0 285.3 1 0.5
Hex C1 2 FF 18 63 0 0 11D 64 32
Octal 301 2 377 30 143 0 0 435 144 62
Binary 11000001 10 11111111 11000 1100011 0 0 100011101 1100100 110010

Color Harmonies of #C102FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C102FF

Black with #C102FF

Text Example


Text Example

White with #C102FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C102FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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