Html Css Color HEX #CA12F2 Electric Purple

📋 copy color: '#CA12F2'

red 202 ◦ green 18 ◦ blue 242

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

Shades of Electric Purple #CA12F2

Tints of Electric Purple #CA12F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.38%

R = 43.72%
G = 3.9%
B = 52.38%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA12F2 (or 0xCA12F2) is known color: Electric Purple. HEX triplet: CA, 12 and F2. RGB value is (202,18,242). Sum of RGB (Red+Green+Blue) = 202+18+242=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA12F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12F2 is #35ED0D. Grayscale: #616161. Windows color (decimal): -3534094 or 15864522. OLE color: 15864522.

HSL color Cylindrical-coordinate representation of color #CA12F2: hue angle of 289.29º degrees, saturation: 0.9, 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 #CA12F2 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 18 242 -
CMYK 0.17 0.93 0 0.05
HSL 289.29º 0.9% 0.51% -
HSV(B) 289.29º 0.93% 0.95% -
XYZ 40.6 19.4 85.61 -
YUV 98.55 208.96 201.79 -
System Red Green Blue C M Y K H S L
Decimal 202 18 242 0.17 0.93 0 0.05 289.29 0.9 0.51
Hex CA 12 F2 11 5D 0 5 121 5A 33
Octal 312 22 362 21 135 0 5 441 132 63
Binary 11001010 10010 11110010 10001 1011101 0 101 100100001 1011010 110011

Color Harmonies of #CA12F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12F2

Black with #CA12F2

Text Example


Text Example

White with #CA12F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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