Html Css Color HEX #C300EF Electric Purple

📋 copy color: '#C300EF'

red 195 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #C300EF

Tints of Electric Purple #C300EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.93%
G = 0%
B = 55.07%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C300EF (or 0xC300EF) is known color: Electric Purple. HEX triplet: C3, 00 and EF. RGB value is (195,0,239). Sum of RGB (Red+Green+Blue) = 195+0+239=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #C300EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300EF is #3CFF10. Grayscale: #545454. Windows color (decimal): -3997457 or 15663299. OLE color: 15663299.

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

Color convert

RGB 195 0 239 -
CMYK 0.18 1 0 0.06
HSL 288.95º 1% 0.47% -
HSV(B) 288.95º 1% 0.94% -
XYZ 38.09 17.83 83.1 -
YUV 85.55 214.6 206.07 -
System Red Green Blue C M Y K H S L
Decimal 195 0 239 0.18 1 0 0.06 288.95 1 0.47
Hex C3 0 EF 12 64 0 6 121 64 2F
Octal 303 0 357 22 144 0 6 441 144 57
Binary 11000011 0 11101111 10010 1100100 0 110 100100001 1100100 101111

Color Harmonies of #C300EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300EF

Black with #C300EF

Text Example


Text Example

White with #C300EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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