Html Css Color HEX #CF00F1 Psychedelic Purple

📋 copy color: '#CF00F1'

red 207 ◦ green 0 ◦ blue 241

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

Shades of Psychedelic Purple #CF00F1

Tints of Psychedelic Purple #CF00F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 241 (94.53% from 255) = 53.79%

R = 46.21%
G = 0%
B = 53.79%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF00F1 (or 0xCF00F1) is known color: Psychedelic Purple. HEX triplet: CF, 00 and F1. RGB value is (207,0,241). Sum of RGB (Red+Green+Blue) = 207+0+241=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF00F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00F1 is #30FF0E. Grayscale: #585858. Windows color (decimal): -3211023 or 15794383. OLE color: 15794383.

HSL color Cylindrical-coordinate representation of color #CF00F1: hue angle of 291.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00F1 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 0 241 -
CMYK 0.14 1 0 0.05
HSL 291.54º 1% 0.47% -
HSV(B) 291.54º 1% 0.95% -
XYZ 41.61 19.62 84.81 -
YUV 89.37 213.58 211.9 -
System Red Green Blue C M Y K H S L
Decimal 207 0 241 0.14 1 0 0.05 291.54 1 0.47
Hex CF 0 F1 E 64 0 5 124 64 2F
Octal 317 0 361 16 144 0 5 444 144 57
Binary 11001111 0 11110001 1110 1100100 0 101 100100100 1100100 101111

Color Harmonies of #CF00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00F1

Black with #CF00F1

Text Example


Text Example

White with #CF00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00F1; }

 p { color: rgb(207,0,241); }

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

background-color css

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

 a { background-color: rgb(207,0,241); }

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

border-color css

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

 span { border-color: rgb(207,0,241); }

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