Html Css Color HEX #C302FF Electric Purple

📋 copy color: '#C302FF'

red 195 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #C302FF

Tints of Electric Purple #C302FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 43.14%
G = 0.44%
B = 56.42%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C302FF (or 0xC302FF) is known color: Electric Purple. HEX triplet: C3, 02 and FF. RGB value is (195,2,255). Sum of RGB (Red+Green+Blue) = 195+2+255=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #C302FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C302FF is #3CFD00. Grayscale: #575757. Windows color (decimal): -3996929 or 16712387. OLE color: 16712387.

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

Color convert

RGB 195 2 255 -
CMYK 0.24 0.99 0 0
HSL 285.77º 1% 0.5% -
HSV(B) 285.77º 0.99% 1% -
XYZ 40.58 18.87 96.11 -
YUV 88.55 221.94 203.93 -
System Red Green Blue C M Y K H S L
Decimal 195 2 255 0.24 0.99 0 0 285.77 1 0.5
Hex C3 2 FF 18 63 0 0 11E 64 32
Octal 303 2 377 30 143 0 0 436 144 62
Binary 11000011 10 11111111 11000 1100011 0 0 100011110 1100100 110010

Color Harmonies of #C302FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302FF

Black with #C302FF

Text Example


Text Example

White with #C302FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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