Html Css Color HEX #CD33B2 Fuchsia

📋 copy color: '#CD33B2'

red 205 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #CD33B2

Tints of Fuchsia #CD33B2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.75%

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

R = 47.24%
G = 11.75%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD33B2 (or 0xCD33B2) is known color: Fuchsia. HEX triplet: CD, 33 and B2. RGB value is (205,51,178). Sum of RGB (Red+Green+Blue) = 205+51+178=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD33B2 is #32CC4D. Grayscale: #6F6F6F. Windows color (decimal): -3329102 or 11678669. OLE color: 11678669.

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

Color convert

RGB 205 51 178 -
CMYK 0 0.75 0.13 0.20
HSL 310.52º 0.61% 0.5% -
HSV(B) 310.52º 0.75% 0.8% -
XYZ 34.4 18.56 43.89 -
YUV 111.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 205 51 178 0 0.75 0.13 0.20 310.52 0.61 0.5
Hex CD 33 B2 0 4B D 14 137 3D 32
Octal 315 63 262 0 113 15 24 467 75 62
Binary 11001101 110011 10110010 0 1001011 1101 10100 100110111 111101 110010

Color Harmonies of #CD33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33B2

Black with #CD33B2

Text Example


Text Example

White with #CD33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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