Html Css Color HEX #CC4BBA Fuchsia

📋 copy color: '#CC4BBA'

red 204 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #CC4BBA

Tints of Fuchsia #CC4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.13%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 43.87%
G = 16.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC4BBA (or 0xCC4BBA) is known color: Fuchsia. HEX triplet: CC, 4B and BA. RGB value is (204,75,186). Sum of RGB (Red+Green+Blue) = 204+75+186=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BBA is #33B445. Grayscale: #7D7D7D. Windows color (decimal): -3388486 or 12209100. OLE color: 12209100.

HSL color Cylindrical-coordinate representation of color #CC4BBA: hue angle of 308.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BBA is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 186 -
CMYK 0 0.63 0.09 0.2
HSL 308.37º 0.56% 0.55% -
HSV(B) 308.37º 0.63% 0.8% -
XYZ 36.28 21.41 48.68 -
YUV 126.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 204 75 186 0 0.63 0.09 0.2 308.37 0.56 0.55
Hex CC 4B BA 0 3F 9 14 134 38 37
Octal 314 113 272 0 77 11 24 464 70 67
Binary 11001100 1001011 10111010 0 111111 1001 10100 100110100 111000 110111

Color Harmonies of #CC4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BBA

Black with #CC4BBA

Text Example


Text Example

White with #CC4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BBA; }

 p { color: rgb(204,75,186); }

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

background-color css

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

 a { background-color: rgb(204,75,186); }

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

border-color css

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

 span { border-color: rgb(204,75,186); }

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