Html Css Color HEX #C300FB Electric Purple

📋 copy color: '#C300FB'

red 195 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #C300FB

Tints of Electric Purple #C300FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 43.72%
G = 0%
B = 56.28%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C300FB (or 0xC300FB) is known color: Electric Purple. HEX triplet: C3, 00 and FB. RGB value is (195,0,251). Sum of RGB (Red+Green+Blue) = 195+0+251=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #C300FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FB is #3CFF04. Grayscale: #565656. Windows color (decimal): -3997445 or 16449731. OLE color: 16449731.

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

Color convert

RGB 195 0 251 -
CMYK 0.22 1 0 0.02
HSL 286.61º 1% 0.49% -
HSV(B) 286.61º 1% 0.98% -
XYZ 39.92 18.57 92.75 -
YUV 86.92 220.6 205.09 -
System Red Green Blue C M Y K H S L
Decimal 195 0 251 0.22 1 0 0.02 286.61 1 0.49
Hex C3 0 FB 16 64 0 2 11F 64 31
Octal 303 0 373 26 144 0 2 437 144 61
Binary 11000011 0 11111011 10110 1100100 0 10 100011111 1100100 110001

Color Harmonies of #C300FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C300FB

Black with #C300FB

Text Example


Text Example

White with #C300FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C300FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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