Html Css Color HEX #CC3ACB Fuchsia

📋 copy color: '#CC3ACB'

red 204 ◦ green 58 ◦ blue 203

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

Shades of Fuchsia #CC3ACB

Tints of Fuchsia #CC3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.47%

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 43.87%
G = 12.47%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC3ACB (or 0xCC3ACB) is known color: Fuchsia. HEX triplet: CC, 3A and CB. RGB value is (204,58,203). Sum of RGB (Red+Green+Blue) = 204+58+203=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ACB is #33C534. Grayscale: #757575. Windows color (decimal): -3392821 or 13318860. OLE color: 13318860.

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

Color convert

RGB 204 58 203 -
CMYK 0 0.72 0.00 0.2
HSL 300.41º 0.59% 0.51% -
HSV(B) 300.41º 0.72% 0.8% -
XYZ 37.19 20.18 58.43 -
YUV 118.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 204 58 203 0 0.72 0.00 0.2 300.41 0.59 0.51
Hex CC 3A CB 0 48 0 14 12C 3B 33
Octal 314 72 313 0 110 0 24 454 73 63
Binary 11001100 111010 11001011 0 1001000 0 10100 100101100 111011 110011

Color Harmonies of #CC3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ACB

Black with #CC3ACB

Text Example


Text Example

White with #CC3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ACB; }

 p { color: rgb(204,58,203); }

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

background-color css

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

 a { background-color: rgb(204,58,203); }

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

border-color css

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

 span { border-color: rgb(204,58,203); }

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