Html Css Color HEX #CF09F9 Psychedelic Purple

📋 copy color: '#CF09F9'

red 207 ◦ green 9 ◦ blue 249

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

Shades of Psychedelic Purple #CF09F9

Tints of Psychedelic Purple #CF09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.55%

R = 44.52%
G = 1.94%
B = 53.55%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF09F9 (or 0xCF09F9) is known color: Psychedelic Purple. HEX triplet: CF, 09 and F9. RGB value is (207,9,249). Sum of RGB (Red+Green+Blue) = 207+9+249=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF09F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF09F9 is #30F606. Grayscale: #5E5E5E. Windows color (decimal): -3208711 or 16320975. OLE color: 16320975.

HSL color Cylindrical-coordinate representation of color #CF09F9: hue angle of 289.5º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09F9 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 9 249 -
CMYK 0.17 0.96 0 0.02
HSL 289.5º 0.95% 0.51% -
HSV(B) 289.5º 0.96% 0.98% -
XYZ 42.93 20.3 91.28 -
YUV 95.56 214.6 207.49 -
System Red Green Blue C M Y K H S L
Decimal 207 9 249 0.17 0.96 0 0.02 289.5 0.95 0.51
Hex CF 9 F9 11 60 0 2 122 5F 33
Octal 317 11 371 21 140 0 2 442 137 63
Binary 11001111 1001 11111001 10001 1100000 0 10 100100010 1011111 110011

Color Harmonies of #CF09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09F9

Black with #CF09F9

Text Example


Text Example

White with #CF09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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