Html Css Color HEX #CF19EE Psychedelic Purple

📋 copy color: '#CF19EE'

red 207 ◦ green 25 ◦ blue 238

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

Shades of Psychedelic Purple #CF19EE

Tints of Psychedelic Purple #CF19EE

RGB

 RED value IS 207 (81.25% from 255) = 44.04%

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 44.04%
G = 5.32%
B = 50.64%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF19EE (or 0xCF19EE) is known color: Psychedelic Purple. HEX triplet: CF, 19 and EE. RGB value is (207,25,238). Sum of RGB (Red+Green+Blue) = 207+25+238=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF19EE is #30E611. Grayscale: #676767. Windows color (decimal): -3204626 or 15604175. OLE color: 15604175.

HSL color Cylindrical-coordinate representation of color #CF19EE: hue angle of 291.27º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF19EE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 25 238 -
CMYK 0.13 0.89 0 0.07
HSL 291.27º 0.86% 0.52% -
HSV(B) 291.27º 0.89% 0.93% -
XYZ 41.51 20.13 82.59 -
YUV 103.7 203.8 201.68 -
System Red Green Blue C M Y K H S L
Decimal 207 25 238 0.13 0.89 0 0.07 291.27 0.86 0.52
Hex CF 19 EE D 59 0 7 123 56 34
Octal 317 31 356 15 131 0 7 443 126 64
Binary 11001111 11001 11101110 1101 1011001 0 111 100100011 1010110 110100

Color Harmonies of #CF19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF19EE

Black with #CF19EE

Text Example


Text Example

White with #CF19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF19EE; }

 p { color: rgb(207,25,238); }

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

background-color css

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

 a { background-color: rgb(207,25,238); }

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

border-color css

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

 span { border-color: rgb(207,25,238); }

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