Html Css Color HEX #C303FB Electric Purple

📋 copy color: '#C303FB'

red 195 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #C303FB

Tints of Electric Purple #C303FB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 43.43%
G = 0.67%
B = 55.9%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C303FB (or 0xC303FB) is known color: Electric Purple. HEX triplet: C3, 03 and FB. RGB value is (195,3,251). Sum of RGB (Red+Green+Blue) = 195+3+251=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #C303FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C303FB is #3CFC04. Grayscale: #575757. Windows color (decimal): -3996677 or 16450499. OLE color: 16450499.

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

Color convert

RGB 195 3 251 -
CMYK 0.22 0.99 0 0.02
HSL 286.45º 0.98% 0.5% -
HSV(B) 286.45º 0.99% 0.98% -
XYZ 39.95 18.63 92.76 -
YUV 88.68 219.61 203.83 -
System Red Green Blue C M Y K H S L
Decimal 195 3 251 0.22 0.99 0 0.02 286.45 0.98 0.5
Hex C3 3 FB 16 63 0 2 11E 62 32
Octal 303 3 373 26 143 0 2 436 142 62
Binary 11000011 11 11111011 10110 1100011 0 10 100011110 1100010 110010

Color Harmonies of #C303FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303FB

Black with #C303FB

Text Example


Text Example

White with #C303FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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