Html Css Color HEX #CF37CD Fuchsia

📋 copy color: '#CF37CD'

red 207 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #CF37CD

Tints of Fuchsia #CF37CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 44.33%
G = 11.78%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF37CD (or 0xCF37CD) is known color: Fuchsia. HEX triplet: CF, 37 and CD. RGB value is (207,55,205). Sum of RGB (Red+Green+Blue) = 207+55+205=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37CD is #30C832. Grayscale: #757575. Windows color (decimal): -3196979 or 13449167. OLE color: 13449167.

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

Color convert

RGB 207 55 205 -
CMYK 0 0.73 0.01 0.19
HSL 300.79º 0.61% 0.51% -
HSV(B) 300.79º 0.73% 0.81% -
XYZ 38.12 20.41 59.69 -
YUV 117.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 207 55 205 0 0.73 0.01 0.19 300.79 0.61 0.51
Hex CF 37 CD 0 49 1 13 12D 3D 33
Octal 317 67 315 0 111 1 23 455 75 63
Binary 11001111 110111 11001101 0 1001001 1 10011 100101101 111101 110011

Color Harmonies of #CF37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37CD

Black with #CF37CD

Text Example


Text Example

White with #CF37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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