Html Css Color HEX #C102F0 Electric Purple

📋 copy color: '#C102F0'

red 193 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #C102F0

Tints of Electric Purple #C102F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 44.37%
G = 0.46%
B = 55.17%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C102F0 (or 0xC102F0) is known color: Electric Purple. HEX triplet: C1, 02 and F0. RGB value is (193,2,240). Sum of RGB (Red+Green+Blue) = 193+2+240=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #C102F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102F0 is #3EFD0F. Grayscale: #555555. Windows color (decimal): -4128016 or 15729345. OLE color: 15729345.

HSL color Cylindrical-coordinate representation of color #C102F0: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102F0 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 2 240 -
CMYK 0.20 0.99 0 0.06
HSL 288.15º 0.98% 0.47% -
HSV(B) 288.15º 0.99% 0.94% -
XYZ 37.74 17.67 83.86 -
YUV 86.24 214.78 204.15 -
System Red Green Blue C M Y K H S L
Decimal 193 2 240 0.20 0.99 0 0.06 288.15 0.98 0.47
Hex C1 2 F0 14 63 0 6 120 62 2F
Octal 301 2 360 24 143 0 6 440 142 57
Binary 11000001 10 11110000 10100 1100011 0 110 100100000 1100010 101111

Color Harmonies of #C102F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C102F0

Black with #C102F0

Text Example


Text Example

White with #C102F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C102F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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