Html Css Color HEX #CD36B2 Fuchsia

📋 copy color: '#CD36B2'

red 205 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #CD36B2

Tints of Fuchsia #CD36B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.36%

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 46.91%
G = 12.36%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD36B2 (or 0xCD36B2) is known color: Fuchsia. HEX triplet: CD, 36 and B2. RGB value is (205,54,178). Sum of RGB (Red+Green+Blue) = 205+54+178=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD36B2 is #32C94D. Grayscale: #707070. Windows color (decimal): -3328334 or 11679437. OLE color: 11679437.

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

Color convert

RGB 205 54 178 -
CMYK 0 0.74 0.13 0.20
HSL 310.73º 0.6% 0.51% -
HSV(B) 310.73º 0.74% 0.8% -
XYZ 34.53 18.83 43.93 -
YUV 113.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 205 54 178 0 0.74 0.13 0.20 310.73 0.6 0.51
Hex CD 36 B2 0 4A D 14 137 3C 33
Octal 315 66 262 0 112 15 24 467 74 63
Binary 11001101 110110 10110010 0 1001010 1101 10100 100110111 111100 110011

Color Harmonies of #CD36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36B2

Black with #CD36B2

Text Example


Text Example

White with #CD36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36B2; }

 p { color: rgb(205,54,178); }

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

background-color css

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

 a { background-color: rgb(205,54,178); }

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

border-color css

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

 span { border-color: rgb(205,54,178); }

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