Html Css Color HEX #C30DEF Electric Purple

📋 copy color: '#C30DEF'

red 195 ◦ green 13 ◦ blue 239

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

Shades of Electric Purple #C30DEF

Tints of Electric Purple #C30DEF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.91%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 43.62%
G = 2.91%
B = 53.47%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C30DEF (or 0xC30DEF) is known color: Electric Purple. HEX triplet: C3, 0D and EF. RGB value is (195,13,239). Sum of RGB (Red+Green+Blue) = 195+13+239=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C30DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DEF is #3CF210. Grayscale: #5C5C5C. Windows color (decimal): -3994129 or 15666627. OLE color: 15666627.

HSL color Cylindrical-coordinate representation of color #C30DEF: hue angle of 288.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30DEF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 13 239 -
CMYK 0.18 0.95 0 0.06
HSL 288.32º 0.9% 0.49% -
HSV(B) 288.32º 0.95% 0.94% -
XYZ 38.23 18.12 83.14 -
YUV 93.18 210.3 200.62 -
System Red Green Blue C M Y K H S L
Decimal 195 13 239 0.18 0.95 0 0.06 288.32 0.9 0.49
Hex C3 D EF 12 5F 0 6 120 5A 31
Octal 303 15 357 22 137 0 6 440 132 61
Binary 11000011 1101 11101111 10010 1011111 0 110 100100000 1011010 110001

Color Harmonies of #C30DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DEF

Black with #C30DEF

Text Example


Text Example

White with #C30DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DEF; }

 p { color: rgb(195,13,239); }

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

background-color css

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

 a { background-color: rgb(195,13,239); }

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

border-color css

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

 span { border-color: rgb(195,13,239); }

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