Html Css Color HEX #CF37BC Fuchsia

📋 copy color: '#CF37BC'

red 207 ◦ green 55 ◦ blue 188

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

Shades of Fuchsia #CF37BC

Tints of Fuchsia #CF37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 46%
G = 12.22%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF37BC (or 0xCF37BC) is known color: Fuchsia. HEX triplet: CF, 37 and BC. RGB value is (207,55,188). Sum of RGB (Red+Green+Blue) = 207+55+188=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37BC is #30C843. Grayscale: #737373. Windows color (decimal): -3196996 or 12335055. OLE color: 12335055.

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

Color convert

RGB 207 55 188 -
CMYK 0 0.73 0.09 0.19
HSL 307.5º 0.61% 0.51% -
HSV(B) 307.5º 0.73% 0.81% -
XYZ 36.18 19.63 49.46 -
YUV 115.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 207 55 188 0 0.73 0.09 0.19 307.5 0.61 0.51
Hex CF 37 BC 0 49 9 13 134 3D 33
Octal 317 67 274 0 111 11 23 464 75 63
Binary 11001111 110111 10111100 0 1001001 1001 10011 100110100 111101 110011

Color Harmonies of #CF37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37BC

Black with #CF37BC

Text Example


Text Example

White with #CF37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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