Html Css Color HEX #CA12F1 Electric Purple

📋 copy color: '#CA12F1'

red 202 ◦ green 18 ◦ blue 241

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

Shades of Electric Purple #CA12F1

Tints of Electric Purple #CA12F1

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

 GREEN value IS 18 (7.42% from 255) = 3.9%

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 43.82%
G = 3.9%
B = 52.28%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA12F1 (or 0xCA12F1) is known color: Electric Purple. HEX triplet: CA, 12 and F1. RGB value is (202,18,241). Sum of RGB (Red+Green+Blue) = 202+18+241=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA12F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12F1 is #35ED0E. Grayscale: #616161. Windows color (decimal): -3534095 or 15798986. OLE color: 15798986.

HSL color Cylindrical-coordinate representation of color #CA12F1: hue angle of 289.51º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA12F1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 18 241 -
CMYK 0.16 0.93 0 0.05
HSL 289.51º 0.89% 0.51% -
HSV(B) 289.51º 0.93% 0.95% -
XYZ 40.45 19.34 84.82 -
YUV 98.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 202 18 241 0.16 0.93 0 0.05 289.51 0.89 0.51
Hex CA 12 F1 10 5D 0 5 122 59 33
Octal 312 22 361 20 135 0 5 442 131 63
Binary 11001010 10010 11110001 10000 1011101 0 101 100100010 1011001 110011

Color Harmonies of #CA12F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12F1

Black with #CA12F1

Text Example


Text Example

White with #CA12F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12F1; }

 p { color: rgb(202,18,241); }

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

background-color css

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

 a { background-color: rgb(202,18,241); }

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

border-color css

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

 span { border-color: rgb(202,18,241); }

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