Html Css Color HEX #CA19F6 Electric Purple

📋 copy color: '#CA19F6'

red 202 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #CA19F6

Tints of Electric Purple #CA19F6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.29%

 BLUE value IS 246 (96.48% from 255) = 52.01%

R = 42.71%
G = 5.29%
B = 52.01%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA19F6 (or 0xCA19F6) is known color: Electric Purple. HEX triplet: CA, 19 and F6. RGB value is (202,25,246). Sum of RGB (Red+Green+Blue) = 202+25+246=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA19F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19F6 is #35E609. Grayscale: #666666. Windows color (decimal): -3532298 or 16128458. OLE color: 16128458.

HSL color Cylindrical-coordinate representation of color #CA19F6: hue angle of 288.05º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA19F6 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 25 246 -
CMYK 0.18 0.90 0 0.04
HSL 288.05º 0.92% 0.53% -
HSV(B) 288.05º 0.9% 0.96% -
XYZ 41.34 19.91 88.85 -
YUV 103.12 208.64 198.53 -
System Red Green Blue C M Y K H S L
Decimal 202 25 246 0.18 0.90 0 0.04 288.05 0.92 0.53
Hex CA 19 F6 12 5A 0 4 120 5C 35
Octal 312 31 366 22 132 0 4 440 134 65
Binary 11001010 11001 11110110 10010 1011010 0 100 100100000 1011100 110101

Color Harmonies of #CA19F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19F6

Black with #CA19F6

Text Example


Text Example

White with #CA19F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19F6; }

 p { color: rgb(202,25,246); }

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

background-color css

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

 a { background-color: rgb(202,25,246); }

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

border-color css

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

 span { border-color: rgb(202,25,246); }

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