Html Css Color HEX #CC18F5 Electric Purple

📋 copy color: '#CC18F5'

red 204 ◦ green 24 ◦ blue 245

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

Shades of Electric Purple #CC18F5

Tints of Electric Purple #CC18F5

RGB

 RED value IS 204 (80.08% from 255) = 43.13%

 GREEN value IS 24 (9.77% from 255) = 5.07%

 BLUE value IS 245 (96.09% from 255) = 51.8%

R = 43.13%
G = 5.07%
B = 51.8%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC18F5 (or 0xCC18F5) is known color: Electric Purple. HEX triplet: CC, 18 and F5. RGB value is (204,24,245). Sum of RGB (Red+Green+Blue) = 204+24+245=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC18F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18F5 is #33E70A. Grayscale: #666666. Windows color (decimal): -3401483 or 16062668. OLE color: 16062668.

HSL color Cylindrical-coordinate representation of color #CC18F5: hue angle of 288.87º 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 #CC18F5 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 24 245 -
CMYK 0.17 0.90 0 0.04
HSL 288.87º 0.92% 0.53% -
HSV(B) 288.87º 0.9% 0.96% -
XYZ 41.71 20.08 88.06 -
YUV 103.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 204 24 245 0.17 0.90 0 0.04 288.87 0.92 0.53
Hex CC 18 F5 11 5A 0 4 121 5C 35
Octal 314 30 365 21 132 0 4 441 134 65
Binary 11001100 11000 11110101 10001 1011010 0 100 100100001 1011100 110101

Color Harmonies of #CC18F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18F5

Black with #CC18F5

Text Example


Text Example

White with #CC18F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18F5; }

 p { color: rgb(204,24,245); }

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

background-color css

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

 a { background-color: rgb(204,24,245); }

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

border-color css

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

 span { border-color: rgb(204,24,245); }

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