Html Css Color HEX #C30FEE Electric Purple

📋 copy color: '#C30FEE'

red 195 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #C30FEE

Tints of Electric Purple #C30FEE

RGB

 RED value IS 195 (76.56% from 255) = 43.53%

 GREEN value IS 15 (6.25% from 255) = 3.35%

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 43.53%
G = 3.35%
B = 53.13%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C30FEE (or 0xC30FEE) is known color: Electric Purple. HEX triplet: C3, 0F and EE. RGB value is (195,15,238). Sum of RGB (Red+Green+Blue) = 195+15+238=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #C30FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FEE is #3CF011. Grayscale: #5D5D5D. Windows color (decimal): -3993618 or 15601603. OLE color: 15601603.

HSL color Cylindrical-coordinate representation of color #C30FEE: hue angle of 288.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FEE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 15 238 -
CMYK 0.18 0.94 0 0.07
HSL 288.43º 0.88% 0.5% -
HSV(B) 288.43º 0.94% 0.93% -
XYZ 38.11 18.12 82.38 -
YUV 94.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 195 15 238 0.18 0.94 0 0.07 288.43 0.88 0.5
Hex C3 F EE 12 5E 0 7 120 58 32
Octal 303 17 356 22 136 0 7 440 130 62
Binary 11000011 1111 11101110 10010 1011110 0 111 100100000 1011000 110010

Color Harmonies of #C30FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FEE

Black with #C30FEE

Text Example


Text Example

White with #C30FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FEE; }

 p { color: rgb(195,15,238); }

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

background-color css

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

 a { background-color: rgb(195,15,238); }

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

border-color css

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

 span { border-color: rgb(195,15,238); }

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