Html Css Color HEX #C300FF Electric Purple

📋 copy color: '#C300FF'

red 195 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #C300FF

Tints of Electric Purple #C300FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 43.33%
G = 0%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C300FF (or 0xC300FF) is known color: Electric Purple. HEX triplet: C3, 00 and FF. RGB value is (195,0,255). Sum of RGB (Red+Green+Blue) = 195+0+255=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #C300FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FF is #3CFF00. Grayscale: #565656. Windows color (decimal): -3997441 or 16711875. OLE color: 16711875.

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

Color convert

RGB 195 0 255 -
CMYK 0.24 1 0 0
HSL 285.88º 1% 0.5% -
HSV(B) 285.88º 1% 1% -
XYZ 40.56 18.82 96.1 -
YUV 87.38 222.6 204.77 -
System Red Green Blue C M Y K H S L
Decimal 195 0 255 0.24 1 0 0 285.88 1 0.5
Hex C3 0 FF 18 64 0 0 11E 64 32
Octal 303 0 377 30 144 0 0 436 144 62
Binary 11000011 0 11111111 11000 1100100 0 0 100011110 1100100 110010

Color Harmonies of #C300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300FF

Black with #C300FF

Text Example


Text Example

White with #C300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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