Html Css Color HEX #CA36CC Fuchsia

📋 copy color: '#CA36CC'

red 202 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #CA36CC

Tints of Fuchsia #CA36CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 43.91%
G = 11.74%
B = 44.35%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA36CC (or 0xCA36CC) is known color: Fuchsia. HEX triplet: CA, 36 and CC. RGB value is (202,54,204). Sum of RGB (Red+Green+Blue) = 202+54+204=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36CC is #35C933. Grayscale: #727272. Windows color (decimal): -3524916 or 13383370. OLE color: 13383370.

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

Color convert

RGB 202 54 204 -
CMYK 0.01 0.74 0 0.2
HSL 299.2º 0.6% 0.51% -
HSV(B) 299.2º 0.74% 0.8% -
XYZ 36.58 19.55 58.97 -
YUV 115.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 202 54 204 0.01 0.74 0 0.2 299.2 0.6 0.51
Hex CA 36 CC 1 4A 0 14 12B 3C 33
Octal 312 66 314 1 112 0 24 453 74 63
Binary 11001010 110110 11001100 1 1001010 0 10100 100101011 111100 110011

Color Harmonies of #CA36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36CC

Black with #CA36CC

Text Example


Text Example

White with #CA36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36CC; }

 p { color: rgb(202,54,204); }

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

background-color css

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

 a { background-color: rgb(202,54,204); }

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

border-color css

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

 span { border-color: rgb(202,54,204); }

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