Html Css Color HEX #CC38BD Fuchsia

📋 copy color: '#CC38BD'

red 204 ◦ green 56 ◦ blue 189

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

Shades of Fuchsia #CC38BD

Tints of Fuchsia #CC38BD

RGB

 RED value IS 204 (80.08% from 255) = 45.43%

 GREEN value IS 56 (22.27% from 255) = 12.47%

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 45.43%
G = 12.47%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC38BD (or 0xCC38BD) is known color: Fuchsia. HEX triplet: CC, 38 and BD. RGB value is (204,56,189). Sum of RGB (Red+Green+Blue) = 204+56+189=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38BD is #33C742. Grayscale: #737373. Windows color (decimal): -3393347 or 12400844. OLE color: 12400844.

HSL color Cylindrical-coordinate representation of color #CC38BD: hue angle of 306.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38BD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 189 -
CMYK 0 0.73 0.07 0.2
HSL 306.08º 0.59% 0.51% -
HSV(B) 306.08º 0.73% 0.8% -
XYZ 35.5 19.34 50.01 -
YUV 115.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 204 56 189 0 0.73 0.07 0.2 306.08 0.59 0.51
Hex CC 38 BD 0 49 7 14 132 3B 33
Octal 314 70 275 0 111 7 24 462 73 63
Binary 11001100 111000 10111101 0 1001001 111 10100 100110010 111011 110011

Color Harmonies of #CC38BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38BD

Black with #CC38BD

Text Example


Text Example

White with #CC38BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38BD; }

 p { color: rgb(204,56,189); }

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

background-color css

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

 a { background-color: rgb(204,56,189); }

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

border-color css

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

 span { border-color: rgb(204,56,189); }

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