Html Css Color HEX #CF37FF Electric Purple

📋 copy color: '#CF37FF'

red 207 ◦ green 55 ◦ blue 255

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

Shades of Electric Purple #CF37FF

Tints of Electric Purple #CF37FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.64%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 40.04%
G = 10.64%
B = 49.32%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF37FF (or 0xCF37FF) is known color: Electric Purple. HEX triplet: CF, 37 and FF. RGB value is (207,55,255). Sum of RGB (Red+Green+Blue) = 207+55+255=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37FF is #30C800. Grayscale: #7A7A7A. Windows color (decimal): -3196929 or 16725967. OLE color: 16725967.

HSL color Cylindrical-coordinate representation of color #CF37FF: hue angle of 285.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF37FF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 55 255 -
CMYK 0.19 0.78 0 0
HSL 285.6º 1% 0.61% -
HSV(B) 285.6º 0.78% 1% -
XYZ 45.15 23.22 96.71 -
YUV 123.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 207 55 255 0.19 0.78 0 0 285.6 1 0.61
Hex CF 37 FF 13 4E 0 0 11E 64 3D
Octal 317 67 377 23 116 0 0 436 144 75
Binary 11001111 110111 11111111 10011 1001110 0 0 100011110 1100100 111101

Color Harmonies of #CF37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37FF

Black with #CF37FF

Text Example


Text Example

White with #CF37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37FF; }

 p { color: rgb(207,55,255); }

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

background-color css

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

 a { background-color: rgb(207,55,255); }

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

border-color css

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

 span { border-color: rgb(207,55,255); }

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