Html Css Color HEX #CD37D0 Fuchsia

📋 copy color: '#CD37D0'

red 205 ◦ green 55 ◦ blue 208

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

Shades of Fuchsia #CD37D0

Tints of Fuchsia #CD37D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 43.8%
G = 11.75%
B = 44.44%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD37D0 (or 0xCD37D0) is known color: Fuchsia. HEX triplet: CD, 37 and D0. RGB value is (205,55,208). Sum of RGB (Red+Green+Blue) = 205+55+208=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD37D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37D0 is #32C82F. Grayscale: #747474. Windows color (decimal): -3328048 or 13645773. OLE color: 13645773.

HSL color Cylindrical-coordinate representation of color #CD37D0: hue angle of 298.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD37D0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 55 208 -
CMYK 0.01 0.74 0 0.18
HSL 298.82º 0.62% 0.52% -
HSV(B) 298.82º 0.74% 0.82% -
XYZ 37.93 20.27 61.59 -
YUV 117.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 205 55 208 0.01 0.74 0 0.18 298.82 0.62 0.52
Hex CD 37 D0 1 4A 0 12 12B 3E 34
Octal 315 67 320 1 112 0 22 453 76 64
Binary 11001101 110111 11010000 1 1001010 0 10010 100101011 111110 110100

Color Harmonies of #CD37D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37D0

Black with #CD37D0

Text Example


Text Example

White with #CD37D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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