Html Css Color HEX #CF37B1 Fuchsia

📋 copy color: '#CF37B1'

red 207 ◦ green 55 ◦ blue 177

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

Shades of Fuchsia #CF37B1

Tints of Fuchsia #CF37B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 47.15%
G = 12.53%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF37B1 (or 0xCF37B1) is known color: Fuchsia. HEX triplet: CF, 37 and B1. RGB value is (207,55,177). Sum of RGB (Red+Green+Blue) = 207+55+177=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF37B1 is #30C84E. Grayscale: #727272. Windows color (decimal): -3197007 or 11614159. OLE color: 11614159.

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

Color convert

RGB 207 55 177 -
CMYK 0 0.73 0.14 0.19
HSL 311.84º 0.61% 0.51% -
HSV(B) 311.84º 0.73% 0.81% -
XYZ 35.03 19.17 43.45 -
YUV 114.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 207 55 177 0 0.73 0.14 0.19 311.84 0.61 0.51
Hex CF 37 B1 0 49 E 13 138 3D 33
Octal 317 67 261 0 111 16 23 470 75 63
Binary 11001111 110111 10110001 0 1001001 1110 10011 100111000 111101 110011

Color Harmonies of #CF37B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37B1

Black with #CF37B1

Text Example


Text Example

White with #CF37B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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