Html Css Color HEX #CA4BBC Fuchsia

📋 copy color: '#CA4BBC'

red 202 ◦ green 75 ◦ blue 188

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

Shades of Fuchsia #CA4BBC

Tints of Fuchsia #CA4BBC

RGB

 RED value IS 202 (79.3% from 255) = 43.44%

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 43.44%
G = 16.13%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA4BBC (or 0xCA4BBC) is known color: Fuchsia. HEX triplet: CA, 4B and BC. RGB value is (202,75,188). Sum of RGB (Red+Green+Blue) = 202+75+188=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BBC is #35B443. Grayscale: #7D7D7D. Windows color (decimal): -3519556 or 12340170. OLE color: 12340170.

HSL color Cylindrical-coordinate representation of color #CA4BBC: hue angle of 306.61º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BBC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 75 188 -
CMYK 0 0.63 0.07 0.21
HSL 306.61º 0.55% 0.54% -
HSV(B) 306.61º 0.63% 0.79% -
XYZ 35.95 21.22 49.78 -
YUV 125.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 202 75 188 0 0.63 0.07 0.21 306.61 0.55 0.54
Hex CA 4B BC 0 3F 7 15 133 37 36
Octal 312 113 274 0 77 7 25 463 67 66
Binary 11001010 1001011 10111100 0 111111 111 10101 100110011 110111 110110

Color Harmonies of #CA4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BBC

Black with #CA4BBC

Text Example


Text Example

White with #CA4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BBC; }

 p { color: rgb(202,75,188); }

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

background-color css

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

 a { background-color: rgb(202,75,188); }

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

border-color css

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

 span { border-color: rgb(202,75,188); }

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