Html Css Color HEX #CD37C7 Fuchsia

📋 copy color: '#CD37C7'

red 205 ◦ green 55 ◦ blue 199

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

Shades of Fuchsia #CD37C7

Tints of Fuchsia #CD37C7

RGB

 RED value IS 205 (80.47% from 255) = 44.66%

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

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

R = 44.66%
G = 11.98%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD37C7 (or 0xCD37C7) is known color: Fuchsia. HEX triplet: CD, 37 and C7. RGB value is (205,55,199). Sum of RGB (Red+Green+Blue) = 205+55+199=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD37C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37C7 is #32C838. Grayscale: #737373. Windows color (decimal): -3328057 or 13055949. OLE color: 13055949.

HSL color Cylindrical-coordinate representation of color #CD37C7: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD37C7 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 55 199 -
CMYK 0 0.73 0.03 0.20
HSL 302.4º 0.6% 0.51% -
HSV(B) 302.4º 0.73% 0.8% -
XYZ 36.85 19.84 55.92 -
YUV 116.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 205 55 199 0 0.73 0.03 0.20 302.4 0.6 0.51
Hex CD 37 C7 0 49 3 14 12E 3C 33
Octal 315 67 307 0 111 3 24 456 74 63
Binary 11001101 110111 11000111 0 1001001 11 10100 100101110 111100 110011

Color Harmonies of #CD37C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37C7

Black with #CD37C7

Text Example


Text Example

White with #CD37C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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