Html Css Color HEX #CF37C7 Fuchsia

📋 copy color: '#CF37C7'

red 207 ◦ green 55 ◦ blue 199

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

Shades of Fuchsia #CF37C7

Tints of Fuchsia #CF37C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 44.9%
G = 11.93%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF37C7 (or 0xCF37C7) is known color: Fuchsia. HEX triplet: CF, 37 and C7. RGB value is (207,55,199). Sum of RGB (Red+Green+Blue) = 207+55+199=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37C7 is #30C838. Grayscale: #747474. Windows color (decimal): -3196985 or 13055951. OLE color: 13055951.

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

Color convert

RGB 207 55 199 -
CMYK 0 0.73 0.04 0.19
HSL 303.16º 0.61% 0.51% -
HSV(B) 303.16º 0.73% 0.81% -
XYZ 37.41 20.12 55.95 -
YUV 116.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 207 55 199 0 0.73 0.04 0.19 303.16 0.61 0.51
Hex CF 37 C7 0 49 4 13 12F 3D 33
Octal 317 67 307 0 111 4 23 457 75 63
Binary 11001111 110111 11000111 0 1001001 100 10011 100101111 111101 110011

Color Harmonies of #CF37C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37C7

Black with #CF37C7

Text Example


Text Example

White with #CF37C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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