Html Css Color HEX #CA13F1 Electric Purple

📋 copy color: '#CA13F1'

red 202 ◦ green 19 ◦ blue 241

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

Shades of Electric Purple #CA13F1

Tints of Electric Purple #CA13F1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.11%

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

R = 43.72%
G = 4.11%
B = 52.16%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA13F1 (or 0xCA13F1) is known color: Electric Purple. HEX triplet: CA, 13 and F1. RGB value is (202,19,241). Sum of RGB (Red+Green+Blue) = 202+19+241=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA13F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA13F1 is #35EC0E. Grayscale: #626262. Windows color (decimal): -3533839 or 15799242. OLE color: 15799242.

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

Color convert

RGB 202 19 241 -
CMYK 0.16 0.92 0 0.05
HSL 289.46º 0.89% 0.51% -
HSV(B) 289.46º 0.92% 0.95% -
XYZ 40.47 19.37 84.83 -
YUV 99.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 202 19 241 0.16 0.92 0 0.05 289.46 0.89 0.51
Hex CA 13 F1 10 5C 0 5 121 59 33
Octal 312 23 361 20 134 0 5 441 131 63
Binary 11001010 10011 11110001 10000 1011100 0 101 100100001 1011001 110011

Color Harmonies of #CA13F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13F1

Black with #CA13F1

Text Example


Text Example

White with #CA13F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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