Html Css Color HEX #C300FC Electric Purple

📋 copy color: '#C300FC'

red 195 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #C300FC

Tints of Electric Purple #C300FC

RGB

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

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

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

R = 43.62%
G = 0%
B = 56.38%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C300FC (or 0xC300FC) is known color: Electric Purple. HEX triplet: C3, 00 and FC. RGB value is (195,0,252). Sum of RGB (Red+Green+Blue) = 195+0+252=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #C300FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FC is #3CFF03. Grayscale: #565656. Windows color (decimal): -3997444 or 16515267. OLE color: 16515267.

HSL color Cylindrical-coordinate representation of color #C300FC: hue angle of 286.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300FC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 0 252 -
CMYK 0.23 1 0 0.01
HSL 286.43º 1% 0.49% -
HSV(B) 286.43º 1% 0.99% -
XYZ 40.08 18.63 93.58 -
YUV 87.03 221.1 205.01 -
System Red Green Blue C M Y K H S L
Decimal 195 0 252 0.23 1 0 0.01 286.43 1 0.49
Hex C3 0 FC 17 64 0 1 11E 64 31
Octal 303 0 374 27 144 0 1 436 144 61
Binary 11000011 0 11111100 10111 1100100 0 1 100011110 1100100 110001

Color Harmonies of #C300FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300FC

Black with #C300FC

Text Example


Text Example

White with #C300FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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