Html Css Color HEX #CA12F8 Electric Purple

📋 copy color: '#CA12F8'

red 202 ◦ green 18 ◦ blue 248

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

Shades of Electric Purple #CA12F8

Tints of Electric Purple #CA12F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 43.16%
G = 3.85%
B = 52.99%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA12F8 (or 0xCA12F8) is known color: Electric Purple. HEX triplet: CA, 12 and F8. RGB value is (202,18,248). Sum of RGB (Red+Green+Blue) = 202+18+248=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA12F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12F8 is #35ED07. Grayscale: #626262. Windows color (decimal): -3534088 or 16257738. OLE color: 16257738.

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

Color convert

RGB 202 18 248 -
CMYK 0.19 0.93 0 0.03
HSL 288º 0.94% 0.52% -
HSV(B) 288º 0.93% 0.97% -
XYZ 41.52 19.77 90.43 -
YUV 99.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 202 18 248 0.19 0.93 0 0.03 288 0.94 0.52
Hex CA 12 F8 13 5D 0 3 120 5E 34
Octal 312 22 370 23 135 0 3 440 136 64
Binary 11001010 10010 11111000 10011 1011101 0 11 100100000 1011110 110100

Color Harmonies of #CA12F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12F8

Black with #CA12F8

Text Example


Text Example

White with #CA12F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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