Html Css Color HEX #C017F2 Electric Purple

📋 copy color: '#C017F2'

red 192 ◦ green 23 ◦ blue 242

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

Shades of Electric Purple #C017F2

Tints of Electric Purple #C017F2

RGB

 RED value IS 192 (75.39% from 255) = 42.01%

 GREEN value IS 23 (9.38% from 255) = 5.03%

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 42.01%
G = 5.03%
B = 52.95%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C017F2 (or 0xC017F2) is known color: Electric Purple. HEX triplet: C0, 17 and F2. RGB value is (192,23,242). Sum of RGB (Red+Green+Blue) = 192+23+242=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #C017F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C017F2 is #3FE80D. Grayscale: #616161. Windows color (decimal): -4188174 or 15865792. OLE color: 15865792.

HSL color Cylindrical-coordinate representation of color #C017F2: hue angle of 286.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C017F2 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 23 242 -
CMYK 0.21 0.90 0 0.05
HSL 286.3º 0.89% 0.52% -
HSV(B) 286.3º 0.9% 0.95% -
XYZ 38.07 18.23 85.52 -
YUV 98.5 208.99 194.69 -
System Red Green Blue C M Y K H S L
Decimal 192 23 242 0.21 0.90 0 0.05 286.3 0.89 0.52
Hex C0 17 F2 15 5A 0 5 11E 59 34
Octal 300 27 362 25 132 0 5 436 131 64
Binary 11000000 10111 11110010 10101 1011010 0 101 100011110 1011001 110100

Color Harmonies of #C017F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017F2

Black with #C017F2

Text Example


Text Example

White with #C017F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017F2; }

 p { color: rgb(192,23,242); }

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

background-color css

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

 a { background-color: rgb(192,23,242); }

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

border-color css

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

 span { border-color: rgb(192,23,242); }

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