Html Css Color HEX #CF09F4 Psychedelic Purple

📋 copy color: '#CF09F4'

red 207 ◦ green 9 ◦ blue 244

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

Shades of Psychedelic Purple #CF09F4

Tints of Psychedelic Purple #CF09F4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.96%

 BLUE value IS 244 (95.7% from 255) = 53.04%

R = 45%
G = 1.96%
B = 53.04%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF09F4 (or 0xCF09F4) is known color: Psychedelic Purple. HEX triplet: CF, 09 and F4. RGB value is (207,9,244). Sum of RGB (Red+Green+Blue) = 207+9+244=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF09F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF09F4 is #30F60B. Grayscale: #5E5E5E. Windows color (decimal): -3208716 or 15993295. OLE color: 15993295.

HSL color Cylindrical-coordinate representation of color #CF09F4: hue angle of 290.55º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09F4 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 9 244 -
CMYK 0.15 0.96 0 0.04
HSL 290.55º 0.93% 0.5% -
HSV(B) 290.55º 0.96% 0.96% -
XYZ 42.16 19.99 87.22 -
YUV 94.99 212.1 207.89 -
System Red Green Blue C M Y K H S L
Decimal 207 9 244 0.15 0.96 0 0.04 290.55 0.93 0.5
Hex CF 9 F4 F 60 0 4 123 5D 32
Octal 317 11 364 17 140 0 4 443 135 62
Binary 11001111 1001 11110100 1111 1100000 0 100 100100011 1011101 110010

Color Harmonies of #CF09F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09F4

Black with #CF09F4

Text Example


Text Example

White with #CF09F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09F4; }

 p { color: rgb(207,9,244); }

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

background-color css

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

 a { background-color: rgb(207,9,244); }

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

border-color css

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

 span { border-color: rgb(207,9,244); }

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