Html Css Color HEX #C62CFC Electric Purple

📋 copy color: '#C62CFC'

red 198 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #C62CFC

Tints of Electric Purple #C62CFC

RGB

 RED value IS 198 (77.73% from 255) = 40.08%

 GREEN value IS 44 (17.58% from 255) = 8.91%

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 40.08%
G = 8.91%
B = 51.01%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C62CFC (or 0xC62CFC) is known color: Electric Purple. HEX triplet: C6, 2C and FC. RGB value is (198,44,252). Sum of RGB (Red+Green+Blue) = 198+44+252=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #C62CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CFC is #39D303. Grayscale: #717171. Windows color (decimal): -3789572 or 16526534. OLE color: 16526534.

HSL color Cylindrical-coordinate representation of color #C62CFC: hue angle of 284.42º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62CFC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 44 252 -
CMYK 0.21 0.83 0 0.01
HSL 284.42º 0.97% 0.58% -
HSV(B) 284.42º 0.83% 0.99% -
XYZ 41.76 20.84 93.92 -
YUV 113.76 206.02 188.09 -
System Red Green Blue C M Y K H S L
Decimal 198 44 252 0.21 0.83 0 0.01 284.42 0.97 0.58
Hex C6 2C FC 15 53 0 1 11C 61 3A
Octal 306 54 374 25 123 0 1 434 141 72
Binary 11000110 101100 11111100 10101 1010011 0 1 100011100 1100001 111010

Color Harmonies of #C62CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CFC

Black with #C62CFC

Text Example


Text Example

White with #C62CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CFC; }

 p { color: rgb(198,44,252); }

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

background-color css

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

 a { background-color: rgb(198,44,252); }

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

border-color css

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

 span { border-color: rgb(198,44,252); }

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