Html Css Color HEX #CD63BB Fuchsia

📋 copy color: '#CD63BB'

red 205 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #CD63BB

Tints of Fuchsia #CD63BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 41.75%
G = 20.16%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD63BB (or 0xCD63BB) is known color: Fuchsia. HEX triplet: CD, 63 and BB. RGB value is (205,99,187). Sum of RGB (Red+Green+Blue) = 205+99+187=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63BB is #329C44. Grayscale: #8C8C8C. Windows color (decimal): -3316805 or 12280781. OLE color: 12280781.

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

Color convert

RGB 205 99 187 -
CMYK 0 0.52 0.09 0.20
HSL 310.19º 0.51% 0.6% -
HSV(B) 310.19º 0.52% 0.8% -
XYZ 38.61 25.49 49.9 -
YUV 140.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 205 99 187 0 0.52 0.09 0.20 310.19 0.51 0.6
Hex CD 63 BB 0 34 9 14 136 33 3C
Octal 315 143 273 0 64 11 24 466 63 74
Binary 11001101 1100011 10111011 0 110100 1001 10100 100110110 110011 111100

Color Harmonies of #CD63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63BB

Black with #CD63BB

Text Example


Text Example

White with #CD63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63BB; }

 p { color: rgb(205,99,187); }

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

background-color css

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

 a { background-color: rgb(205,99,187); }

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

border-color css

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

 span { border-color: rgb(205,99,187); }

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