Html Css Color HEX #CF37B7 Fuchsia

📋 copy color: '#CF37B7'

red 207 ◦ green 55 ◦ blue 183

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

Shades of Fuchsia #CF37B7

Tints of Fuchsia #CF37B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 46.52%
G = 12.36%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF37B7 (or 0xCF37B7) is known color: Fuchsia. HEX triplet: CF, 37 and B7. RGB value is (207,55,183). Sum of RGB (Red+Green+Blue) = 207+55+183=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37B7 is #30C848. Grayscale: #727272. Windows color (decimal): -3197001 or 12007375. OLE color: 12007375.

HSL color Cylindrical-coordinate representation of color #CF37B7: hue angle of 309.47º 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 #CF37B7 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 183 -
CMYK 0 0.73 0.12 0.19
HSL 309.47º 0.61% 0.51% -
HSV(B) 309.47º 0.73% 0.81% -
XYZ 35.65 19.42 46.67 -
YUV 115.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 207 55 183 0 0.73 0.12 0.19 309.47 0.61 0.51
Hex CF 37 B7 0 49 C 13 135 3D 33
Octal 317 67 267 0 111 14 23 465 75 63
Binary 11001111 110111 10110111 0 1001001 1100 10011 100110101 111101 110011

Color Harmonies of #CF37B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37B7

Black with #CF37B7

Text Example


Text Example

White with #CF37B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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