Html Css Color HEX #CD61C0 Fuchsia

📋 copy color: '#CD61C0'

red 205 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #CD61C0

Tints of Fuchsia #CD61C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 41.5%
G = 19.64%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD61C0 (or 0xCD61C0) is known color: Fuchsia. HEX triplet: CD, 61 and C0. RGB value is (205,97,192). Sum of RGB (Red+Green+Blue) = 205+97+192=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61C0 is #329E3F. Grayscale: #8B8B8B. Windows color (decimal): -3317312 or 12607949. OLE color: 12607949.

HSL color Cylindrical-coordinate representation of color #CD61C0: hue angle of 307.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD61C0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 97 192 -
CMYK 0 0.53 0.06 0.20
HSL 307.22º 0.52% 0.59% -
HSV(B) 307.22º 0.53% 0.8% -
XYZ 38.97 25.33 52.71 -
YUV 140.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 205 97 192 0 0.53 0.06 0.20 307.22 0.52 0.59
Hex CD 61 C0 0 35 6 14 133 34 3B
Octal 315 141 300 0 65 6 24 463 64 73
Binary 11001101 1100001 11000000 0 110101 110 10100 100110011 110100 111011

Color Harmonies of #CD61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD61C0

Black with #CD61C0

Text Example


Text Example

White with #CD61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD61C0; }

 p { color: rgb(205,97,192); }

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

background-color css

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

 a { background-color: rgb(205,97,192); }

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

border-color css

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

 span { border-color: rgb(205,97,192); }

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