Html Css Color HEX #CA12F9 Electric Purple

📋 copy color: '#CA12F9'

red 202 ◦ green 18 ◦ blue 249

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

Shades of Electric Purple #CA12F9

Tints of Electric Purple #CA12F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 43.07%
G = 3.84%
B = 53.09%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA12F9 (or 0xCA12F9) is known color: Electric Purple. HEX triplet: CA, 12 and F9. RGB value is (202,18,249). Sum of RGB (Red+Green+Blue) = 202+18+249=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA12F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12F9 is #35ED06. Grayscale: #626262. Windows color (decimal): -3534087 or 16323274. OLE color: 16323274.

HSL color Cylindrical-coordinate representation of color #CA12F9: hue angle of 287.79º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA12F9 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 18 249 -
CMYK 0.19 0.93 0 0.02
HSL 287.79º 0.95% 0.52% -
HSV(B) 287.79º 0.93% 0.98% -
XYZ 41.67 19.83 91.25 -
YUV 99.35 212.46 201.22 -
System Red Green Blue C M Y K H S L
Decimal 202 18 249 0.19 0.93 0 0.02 287.79 0.95 0.52
Hex CA 12 F9 13 5D 0 2 120 5F 34
Octal 312 22 371 23 135 0 2 440 137 64
Binary 11001010 10010 11111001 10011 1011101 0 10 100100000 1011111 110100

Color Harmonies of #CA12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12F9

Black with #CA12F9

Text Example


Text Example

White with #CA12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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